RoryColtman
New Member
- Joined
- Jul 16, 2019
- Messages
- 1
Hi - relatively new to VBA and needassistance!
I have a list of around 50 cell values that sum up columns in correspondingsheets in the same workbook, I would like to hide the particular sheet based onthe value of the cell.
In the example below I would like to hide sheet 1 only, but should the valuedrop to below 0 in sheet 2 I would like to hide sheet 2 as well.
Sheet name Sum of column A in sheet
Sheet1 -1000
Sheet2 500
Sheet3 300
Sheet4 600
I hope this makes sense! Tks
I have a list of around 50 cell values that sum up columns in correspondingsheets in the same workbook, I would like to hide the particular sheet based onthe value of the cell.
In the example below I would like to hide sheet 1 only, but should the valuedrop to below 0 in sheet 2 I would like to hide sheet 2 as well.
Sheet name Sum of column A in sheet
Sheet1 -1000
Sheet2 500
Sheet3 300
Sheet4 600
I hope this makes sense! Tks