View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frans Verhaar Frans Verhaar is offline
external usenet poster
 
Posts: 10
Default Make VBA open a browser window

Hi,

I have this code in VBA that calls a query table from a certain csv file.
However, the name of this csv file is not constant.
Therefore I would rather like VBA to open a browser screen that shows all
csv files in a specific folder, where the user can just double click the
file that is needed as a source for the query table.

How can I let VBA open a browser window and show me all available CSV files?

Thanks,
Frans