Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I need a piece of code that can save a file over a read only file and
save as a read only, but not have a message that gives you a choice of opening as a read only or not (If that makes any sense) I have tried this, but doesnt work: Application.DisplayAlerts = False ActiveWorkbook.SaveAs Filename:="E:\Desktop\Test.xls", _ FileFormat:=xlExcel8, Password:="", WriteResPassword:="", _ ReadOnlyRecommended:=True ActiveWindow.Close Help greatly appreciated |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
trying to save all files xls says can't - read only | Excel Discussion (Misc queries) | |||
Save as Read-Only | Excel Programming | |||
cant save read only file | Excel Discussion (Misc queries) | |||
save as read only | Excel Discussion (Misc queries) | |||
Trying to save a .XLA file that's Read Only | Excel Programming |