View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Saving in a location

You need to include the entire path in the SaveAs statement.
E.g,.

ActiveWorkbook.SaveAs filename:="H:\Temp\Test\Book1.xls"

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Greg Brow" wrote in message
...
I was wondering how to save a file into the directory client
file. I have already got the name suggest but it is just saving
straight into my documents.

Thanks in advance

Greg