Thread: Read only
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Read only

If you mean permanently change the file's read-only attribute (file must be
closed)

SetAttr "C:\MyFile.xls", vbReadOnly

Regards,
Peter T

"Brian" wrote in message
...
Hi

How do you set the file as read only.

Br.
Brian