Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
Is it possible to force a file to open read-only for certain users. Thank You, |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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, |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks,
I have a function to access the user id's, but what would the code look like to disable the Save option "Michael" wrote: 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, |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Save the file with a password to modify. Share that password with only the
users you want to have it. The other users will be able to open the file as readonly. tjh wrote: Hello, Is it possible to force a file to open read-only for certain users. Thank You, -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Read only file is NOT Read only | Excel Discussion (Misc queries) | |||
I have a read only xl file, I need it to be read and write | Excel Discussion (Misc queries) | |||
XCEL FILE REC'D AS READ ONLY -- HOW TO NOT BE "READ ONLY" | Excel Discussion (Misc queries) | |||
How can a file be converted from Read-Only to Read/Write | Excel Discussion (Misc queries) | |||
read from 1 cell read to and other using vba | Excel Programming |