Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hello,
I have a problem saving and excel workbook. I want the workbook to save to several network locations without prompting to replace which I have done as per below; Application.DisplayAlerts = False ActiveWorkbook.SaveAs Filename:= _ "\\Stevebrant\SharedDocs\Draught.xls" _ , FileFormat:=xlNormal, Password:="", WriteResPassword:="", _ ReadOnlyRecommended:=False, CreateBackup:=False But if the networked computer is offline the macro fails - can I get the macro to only save if the computer is turned on or to continue regardless? Help me please!! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
default save location on network | Excel Discussion (Misc queries) | |||
can not save office2000 files with new name over network | Excel Discussion (Misc queries) | |||
Why doesn't Save as work over the network? | Excel Discussion (Misc queries) | |||
record an excel macro, save on network so that everyone can access | Excel Discussion (Misc queries) | |||
How to Save on a Network Drive using UNC? | Excel Programming |