I am running into some issues between Excel 2010 and Excel 2013; if I have on Excel 2013 and open and run it in Excel 2010
I run into no issues
but if I have
I run into crashing and freezing issues on 2010, did 2010 have these parameters or am I missing a Reference library? I know I've had Reference library issues in the past with backwards compatibility, but can't seem to find 2010 parameter list for worksheet.protect
Code:
worksheet.protect Password:="pw", UserInterfaceOnly:=True
I run into no issues
but if I have
Code:
worksheet.protect Password:="pw", UserInterfaceOnly:=True, AllowFormattingColumns:=True, AllowFormattingRows:=True, AllowFormattingCells:=True
I run into crashing and freezing issues on 2010, did 2010 have these parameters or am I missing a Reference library? I know I've had Reference library issues in the past with backwards compatibility, but can't seem to find 2010 parameter list for worksheet.protect