Hello!
I have a sheet full of data. In column A there are many rows with blank cells. I'd like to collapse (group) them up to the previous row that contains data.
The goal is to have all data showing where there is a value in Column A. The user could then click the "+" next to that row and expand the data (I have an ADO recordset placing the data appropriately, so expanded rows would be related to the row in view).
I'm sure the answer lies in Range.Rows.Group but I haven't been able to make it work - any ideas?
Thanks,
Jim
I have a sheet full of data. In column A there are many rows with blank cells. I'd like to collapse (group) them up to the previous row that contains data.
The goal is to have all data showing where there is a value in Column A. The user could then click the "+" next to that row and expand the data (I have an ADO recordset placing the data appropriately, so expanded rows would be related to the row in view).
I'm sure the answer lies in Range.Rows.Group but I haven't been able to make it work - any ideas?
Thanks,
Jim