onthegreen03
Board Regular
- Joined
- Jun 30, 2016
- Messages
- 173
- Office Version
- 365
- Platform
- Windows
I know this question gets asked a lot, but I need some help with what I think is simple VBA coding. I have data in column C (rows 8 - 53). Via formula, some of the rows have data and some are blank (""). I need a macro that when run will hide all rows in cells C8:C53 that are blank, AND show all rows that have a value. I plan to create a button that when clicked will hide/unhide those rows based on the current cell value. Thanks for your help!