View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ray Clark[_2_] Ray Clark[_2_] is offline
external usenet poster
 
Posts: 22
Default Save copy of file to open as read only

I have written the code to save a file with a new name (copy file) but I need
to have this file opened as read-only so that no changes can be made to the
file and then saved.
ReadOnlyRecommended:=True gives the message that it is recommended that the
file be opened as read only but gives the option of being opened so changes
can be saved.
Is there a way of saving as read only and no option when opening of making
changes.

Any help on this would be appreciated.

Thanks
Ray