Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can someone help me?
Im trying to save a spreadsheet as read only. However, When I look through the options on the code in VBA, I canno see an option for read only? Only Read Only Recommended. I tried setting the Activeworkbook.Writepassword = "password" but this just prevents me saving the spreadsheet altogether as it say it cannot access read only document "Quotes 2004" Here is my code Activeworkbook.Writepassword = "password" chdir "C:\" ActiveWorkBook.Saveas Filename :="Y:\working files\quotes2004.xls" FileFormat:=xlNormal, Password:="", readonlyrecommended="false" Any ideas -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Read only vs file saving | Excel Discussion (Misc queries) | |||
Read-only error saving to network | Excel Discussion (Misc queries) | |||
How do I keep other users from saving my read-only document? | Excel Discussion (Misc queries) | |||
after saving to cd many times. now says read only? | Excel Discussion (Misc queries) | |||
Saving a file within a macro but only when it does not have a read only attribute | Excel Programming |