Hi Lars,
You can try using the EPM macro to first unlock the sheet, and then use your code for grouping and ungrouping.
Sub TEST()
Dim ABC as New EPMAddInAutomation
ABC.SetSheetOption Sheet1, 300, TRUE, "password"
End Sub
Hope this helps.
Hi Lars,
You can try using the EPM macro to first unlock the sheet, and then use your code for grouping and ungrouping.
Sub TEST()
Dim ABC as New EPMAddInAutomation
ABC.SetSheetOption Sheet1, 300, TRUE, "password"
End Sub
Hope this helps.