ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Set Saveas Filename from Cell Contents Using VBA (https://www.excelbanter.com/excel-programming/309071-set-saveas-filename-cell-contents-using-vba.html)

Celtic_Avenger

Set Saveas Filename from Cell Contents Using VBA
 
Can anyone help me with this one.

I am creating a workbook that creates new workbooks with specific dat
from the original workbook.

I have sorted a maco to open the SaveAs dialog box

I need a way of setting the Initialfilename property to the content o
a cell found within that workbook.

Can this be done.

I truely hope so

--
Message posted from http://www.ExcelForum.com


Tom Ogilvy

Set Saveas Filename from Cell Contents Using VBA
 
fname = Application.GetSaveAsFilename(InitialFilename:= _
Worksheets("Sheet1").Range("B9").Value, _
FileFilter:="Excel Files (*.xls), *.xls")

Activeworkbook.SaveAs Filename:=fName



--
Regards,
Tom Ogilvy


"Celtic_Avenger " wrote in
message ...
Can anyone help me with this one.

I am creating a workbook that creates new workbooks with specific data
from the original workbook.

I have sorted a maco to open the SaveAs dialog box

I need a way of setting the Initialfilename property to the content of
a cell found within that workbook.

Can this be done.

I truely hope so.


---
Message posted from http://www.ExcelForum.com/





All times are GMT +1. The time now is 06:24 PM.

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