Thread: File Copy Macro
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default File Copy Macro

Nigel,

Look at the SaveCopyAs method.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Nigel Bishop" wrote in message
...
I am trying to set a macro which will backup an open file to a network
location. I currently use the file save as route but this requires me to

use
the save as command twice. I would rather not use the auto backup feature

as
the file is very large and takes quite a time to save.
Thanks in advance
Nigel