J
Janet
I want to create a macro which finds the last cell with
data and hides all subsuequent rows up to A600 where the
totals show.
Range("A600").Select
Selection.End(xlUp).Select
How do I hide from this last cell to row 600 within the
macro.
data and hides all subsuequent rows up to A600 where the
totals show.
Range("A600").Select
Selection.End(xlUp).Select
How do I hide from this last cell to row 600 within the
macro.