View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hank[_4_] Hank[_4_] is offline
external usenet poster
 
Posts: 1
Default SaveCopyAs does not work

Den

Are you sure you are using the fully expanded path for your file? The documentation shows an example for SaveCopyAs as follows (which you probably already know)

ActiveWorkBook.SaveCopyAs "C:\TEMP\XXX.XLS

Hank