detweiler
Board Regular
- Joined
- Aug 2, 2013
- Messages
- 62
I found this - -
Worksheets(“Sheet1”).Range(“RowNumber1:RowNumber2”).EntireRow.Hidden = True
- - and would work, but would have to modify it each time based on the worksheet I'm in. Yes, right-clicking is easy, but when there are hundreds or, and a couple of times, thousands, no so much.
Is it possible to modify the current worksheet ( active.worksheet ? ) and be prompted for what rows I want to hide?
Thanks for any guidance, help and insight.
Worksheets(“Sheet1”).Range(“RowNumber1:RowNumber2”).EntireRow.Hidden = True
- - and would work, but would have to modify it each time based on the worksheet I'm in. Yes, right-clicking is easy, but when there are hundreds or, and a couple of times, thousands, no so much.
Is it possible to modify the current worksheet ( active.worksheet ? ) and be prompted for what rows I want to hide?
Thanks for any guidance, help and insight.