View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jan Kronsell[_2_] Jan Kronsell[_2_] is offline
external usenet poster
 
Posts: 4
Default File open dialog

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