Thread: Read Only
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve Steve is offline
external usenet poster
 
Posts: 1,814
Default Read Only

Good day. I have an Excel file that I want to give the users an option of
opening Read Only or open for edit. I don't want to do this through a
desktop shortcut, but rather through VBA. Is there any VBA code that will
allow this, or can I make a file read only once it is opened using
"ReadOnly:=True" or something of that nature.

Thanks,