ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Application.FileDialog(msoFileDialogSaveAs) (https://www.excelbanter.com/excel-programming/406402-re-application-filedialog-msofiledialogsaveas.html)

[email protected]

Application.FileDialog(msoFileDialogSaveAs)
 
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.


All times are GMT +1. The time now is 11:20 AM.

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