I have a regular report delivered to me that contains grouped rows looking something like the below.
I would like to select/reference all of the rows within the group named 'Unassigned' (ie 'E', 'F', 'G') using VBA, so I can use the data elsewhere in my project. The problem is that the number of rows within this group and the position of the group itself within the worksheet can change; what will always remain the same is the name of the group ('Unassigned').
My assumption is that I cannot reference a particular group of rows in an outline like this due to the only information being the 'Outline Level', but hoping I am mistaken. Hope the issue is clear without the lack of code. Any help or alternative recommendations greatly appreciated.