View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Charles Charles is offline
external usenet poster
 
Posts: 1
Default Setting Up Workbook Permissions

Hi,

This is something I use when a user opens a workbook.
The user will have to open as a read only unless they know th
Password. You can modify it.


Workbooks.Open Filename:= _
"G:\USERS\CC\Complaint-KudoFolder\complaintkudofile.xls"
Password:="david"


HTH


Charle

--
Message posted from http://www.ExcelForum.com