J
Jan Kronsell
Hi NG
I would like to display the file open dialog in a certain folder and with
only a specific filetype (CSV) show.
This will do the first part
ChDir "c:\Burn"
Application.Dialogs(xlDialogOpen).Show
but how do I select a specific filetype only.
Jan
I would like to display the file open dialog in a certain folder and with
only a specific filetype (CSV) show.
This will do the first part
ChDir "c:\Burn"
Application.Dialogs(xlDialogOpen).Show
but how do I select a specific filetype only.
Jan