In the program I am working on, the previous developer resets elements in a sheet using: Cells.Select
The issue is that I've been asked to make some elements clickable with MsgBoxes in these sheets. So what happens is, whenever the sheet is reset using the old developers code, it opens a bunch of message boxes.
Is there a way to use Cells.Select and select everything except the cell D7 for instance? Any help would be much appreciated!