I'm working on a project where the system generates an excel based report. It groups and creates an outline for specific data. I can have the system, before it spits out the excel sheet, to run any macro embedded in the excel sheet.
I googled around but wasn't able to figure out if there is an ability to set the style of grouped rows/columns with a VBA?
In my mind, I'd think it would be something like:
ActiveSheet.Outline.Style RowLevels=1 Style=Style Name
ActiveSheet.Outline.Style RowLevels=2 Style=Style Name1
Does this make sense?
Thanks,
Robert
↧