Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have a program that saves the open spread sheet over the previous revision
in 4 different locations on the server. the problem is that one of the locations has the the current file in a read only format, and an error pops up that it cant save over it. is there a way around this? its the 'Server-1\Released' folder that has the files in read only format. Application.DisplayAlerts = False ActiveWorkbook.SaveAs Filename:="\\Server-1\Estimator\" &ActiveWorkbook.Name ActiveWorkbook.SaveAs Filename:="\\Server-1\Released\" &ActiveWorkbook.Name ActiveWorkbook.SaveAs Filename:="C:\Documents\" & ActiveWorkbook.Name ActiveWorkbook.SaveAs Filename:="C:\Backup\" &ActiveWorkbook.Name Application.DisplayAlerts = True |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Read only vs file saving | Excel Discussion (Misc queries) | |||
How can a file be converted from Read-Only to Read/Write | Excel Discussion (Misc queries) | |||
Urgent problem saving a file read only | Excel Programming | |||
Saving it as read only? | Excel Programming | |||
Saving a file within a macro but only when it does not have a read only attribute | Excel Programming |