Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
have a look at GetSaveAsFilename & GetOpenFilename
fileSaveName = Application.GetSaveAsFilename( _ fileFilter:="Text Files (*.txt), *.txt") If fileSaveName < False Then MsgBox "Save as " & fileSaveName End If --- Message posted from http://www.ExcelForum.com/ |
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) | |||
right click save as feature | Excel Discussion (Misc queries) | |||
browse to open and save as in Excel vbs | Excel Discussion (Misc queries) | |||
auto save feature in excel | Excel Worksheet Functions | |||
Browse Button for File Save | Excel Programming |