J
jillc
I add the following code into a workbook_open sub
Worksheets("DataInputSheet").Protect userinterfaceonly:=True
the phrase 'userinterfaceonly' does not capitalise as expected, and the
macros do not work as expected. Is my syntax wrong?
Worksheets("DataInputSheet").Protect userinterfaceonly:=True
the phrase 'userinterfaceonly' does not capitalise as expected, and the
macros do not work as expected. Is my syntax wrong?