Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Feb 18, 10:52 am, "greg" wrote:
Hello, If I want to create my own save as dialog. Using the Application.FileDialog. But I want to have my own file extension. Can that be done? This does not seem to work? thanks With Application.FileDialog(msoFileDialogSaveAs) .Filters.Clear .Filters.Add "Run Data File", "*.csv" .AllowMultiSelect = False .Show .Execute End With http://msdn2.microsoft.com/en-us/lib...ffice.11).aspx I am not sure if it's the problem. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Application.FileDialog(msoFileDialogFolderPicker) | Excel Discussion (Misc queries) | |||
msoFileDialogSaveAs | Excel Programming | |||
Application.FileDialog(msoFileDialogOpen) and error 75 | Excel Programming | |||
Application.FileDialog(msoFileDialogOpen) | Excel Programming | |||
Alternative to Application.FileDialog (please)? | Excel Programming |