Regarding Microsoft Excel:
I have a code (below) that clears the contents of cell B95 each time the workbook opens.
Range("B95"
.ClearContents
The problem I am having is that it only clears the cell of the one active worksheet that was last open; each time I re-open the workbook.
Is there a way to clear that cell from all of the worksheets in the workbook, each time the workbook is closed and opened?
Please let me know if I should clarify.
Dalex
I have a code (below) that clears the contents of cell B95 each time the workbook opens.
Range("B95"
The problem I am having is that it only clears the cell of the one active worksheet that was last open; each time I re-open the workbook.
Is there a way to clear that cell from all of the worksheets in the workbook, each time the workbook is closed and opened?
Please let me know if I should clarify.
Dalex