Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Saving file to a location determined by a cell | Excel Programming | |||
Saving file to a location determined by a cell | Excel Programming | |||
Saving file to a location determined by a cell | Excel Programming | |||
Saving file to a location determined by a cell | Excel Programming | |||
Saving a TXT file keeping its current location | Excel Programming |