How would I create an If statement to check the name of the active sheet and only continue to run if a certain sheet or sheets are active?
In this case I only want a macro to run if the "Data Processing" sheet is currently active. Otherwise I'm going to pop up a message box.
Is there an "ActiveSheet" property like there is an "ActiveCell"?
In this case I only want a macro to run if the "Data Processing" sheet is currently active. Otherwise I'm going to pop up a message box.
Is there an "ActiveSheet" property like there is an "ActiveCell"?