View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JillC JillC is offline
external usenet poster
 
Posts: 10
Default UserInterfaceOnly not being recognised

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?
--
Thanks in advance, Jill C