I have a workbook with some sheets where the first sheet contains some buttons which perform modifications on the other sheets.
I noticed that when I press those buttons Excel automatically activate the specified sheet. Is it possible to prevent this mechanism?
This mechanism is triggered for EVERY operation (cell modifications, styling, color changes, creation of new sheets and so on...)
Example of modification applied (they all follow the same template):
Worksheets("SHEETNAME1").Unprotect
Worksheets("SHEETNAME1").Cells(2,1).value = "cellvalue"