Thread: Read only
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Read only

Hi Brian

With code look for ChangeFileAccess in the VBA help

ActiveWorkbook.ChangeFileAccess xlReadOnly


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Brian" wrote in message ...
Hi

How do you set the file as read only.

Br.
Brian