Thread: Read-Only
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Michael Michael is offline
external usenet poster
 
Posts: 791
Default Read-Only

Not really, but you can disable the Save and Save as options on open
workbook, and since you want to limit the number of users you may want to
insert a list of user id's and passwords either on a hidden sheet or inside
your code to allow only some users to be able to save and save as.

"tjh" wrote:

Hello,

Is it possible to force a file to open read-only for certain users.

Thank You,