Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
GetSaveAsFilename puts up the File=Save As dialog. It doesn't actually do
the save, but allows the user to browse the directory and specify a file name - then returns the fully qualified path as a string, which you can then use to save the file. However, you said you already had a filename, so I offered the folder browser dialog so the user knows they are only picking a location. -- Regards, Tom Ogilvy Todd Huttenstine wrote in message ... No I didnt mean the current workbook. I meant another workbook called "My Stats.xls". That workbook is a totally different workbook. -----Original Message----- strFileName = Application.GetSaveAsFilename "Todd Huttenstine" wrote in message ... Hey guys, I have a userform that contains a button and a textbox. I want to make that button a browse button so that when a user clicks it, it brings up a file tree with a Save and Cancel button. I want the user to be able to browse in each directory and when they click save, the program save whats in the textbox to that directory. Thanx Todd Huttenstine . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
why can't i browse to a location to save a flat file | Excel Discussion (Misc queries) | |||
browse to open and save as in Excel vbs | Excel Discussion (Misc queries) | |||
Pls add browse button for Hyperlink function | Excel Worksheet Functions | |||
Browse button on form for folder path | Excel Discussion (Misc queries) | |||
Adding browse button to userform | Excel Programming |