Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Or you could use this:
Set NewBook = Workbooks.Add fName = Application.GetSaveAsFilename NewBook.SaveAs Filename:=fName which adds a new workbook and then displays the SaveAs Dialog Box so you can enter any file name you like and choose the type file extension. "ExcelQ" wrote: I have an Excel template and when the user saves his workfile, I would like to generate an unique file and pass it to the save dialog. Any help is appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Save file dialog box in Excel | Excel Discussion (Misc queries) | |||
How to set file Filter in Save dialog box | Excel Programming | |||
Help with custom save as dialog box. | Excel Discussion (Misc queries) | |||
How do you disable save file dialog? | Setting up and Configuration of Excel | |||
Close file without Save Changes dialog box | Excel Programming |