View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Greg Brow Greg Brow is offline
external usenet poster
 
Posts: 29
Default Saving in a location

thank you

Greg
"Chip Pearson" wrote in message
...
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