MacroShark
New Member
- Joined
- Jun 5, 2018
- Messages
- 6
In Excel 2010 I have a range of cells that each contains a formula. This range of cells is counted using '=COUNT("Range")'.
I would like to use VBA to exclude a cell from being counted, but also being able to change my mind and include it again. So I want to be able to toggle if a cell is included or not. Using standard Excel (delete and undo) wont help me since the toggle could happen over time.
Any suggestions on how to achieve this? I would greatly appreciate it.
The shark
I would like to use VBA to exclude a cell from being counted, but also being able to change my mind and include it again. So I want to be able to toggle if a cell is included or not. Using standard Excel (delete and undo) wont help me since the toggle could happen over time.
Any suggestions on how to achieve this? I would greatly appreciate it.
The shark