G Guest Nov 27, 2003 #1 Is there some code that will bypass/disable certain macros if the file is opened with read only status Thanks in anticipation,
Is there some code that will bypass/disable certain macros if the file is opened with read only status Thanks in anticipation,
H Harald Staff Nov 27, 2003 #2 I don't think so, but you could put this in the beginning of the macros in question: If ThisWorkbook.ReadOnly Then Exit Sub
I don't think so, but you could put this in the beginning of the macros in question: If ThisWorkbook.ReadOnly Then Exit Sub