I think I need a macro that is a for while loop that will group data for me...
I basically have a number of reports that go like this:
Blank line
data 1
data 2
data 3
data 4
BOLD data
Blank line
data 5
data 6
data 7
data 8
BOLD data
...etc
I basically would like to create a macro that groups all data and only leaves the 'BOLD data' visible when I collapse that grouping... so I would only see:
Blank line
------------
BOLD data
With the "---" signifying the hidden (grouped) data lines. I feel like this is fairly easy to create, just not sure where to start.
The pattern is consistent throughout the documents with only needing to look at column A for the bold/blank criteria, and it can stop as soon as it finds 2 consecutive blank lines.
Thanks in advance for any help!
Bookmarks