ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   File SaveAs (https://www.excelbanter.com/excel-programming/355265-file-saveas.html)

FinChase

File SaveAs
 
I have a text file that I have imported and done some formatting on. Now I
want to use VB to automatically save the file as an .xls to the current path
with the current date.

For example, the text file may be named MyTextFile.txt, so I want to save it
to current path/MyTextFile_Today's Date_Review.xls.

Thanks!

Dick Kusleika[_4_]

File SaveAs
 
FinChase

ActiveWorkbook.SaveAs "MyTextFile_" & Format(Date,"yyyymmdd") &
"_Review.xls"

--
Dick Kusleika
MVP-Excel
www.dailydoseofexcel.com

FinChase wrote:
I have a text file that I have imported and done some formatting on.
Now I want to use VB to automatically save the file as an .xls to the
current path with the current date.

For example, the text file may be named MyTextFile.txt, so I want to
save it to current path/MyTextFile_Today's Date_Review.xls.

Thanks!





All times are GMT +1. The time now is 10:13 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com