BryanSergeant
New Member
- Joined
- Jan 6, 2015
- Messages
- 2
Hi Folks,
I’m trying to write a macro to run down an Excel sheet and selectively, based on a parameter, set the row height to zero or 15.
It could be expressed as:
- For Rows 1 to 500
- If the value of the cell in column A for a row is 0, then set that row height to 0
- If the value of the cell in column A for a row is 1, then set that row height to 15
I’ve created a macros in the past but am pretty lightweight at it… so would greatly appreciate any help
Thanks, in advance,
Bryan
I’m trying to write a macro to run down an Excel sheet and selectively, based on a parameter, set the row height to zero or 15.
It could be expressed as:
- For Rows 1 to 500
- If the value of the cell in column A for a row is 0, then set that row height to 0
- If the value of the cell in column A for a row is 1, then set that row height to 15
I’ve created a macros in the past but am pretty lightweight at it… so would greatly appreciate any help
Thanks, in advance,
Bryan