View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dave Dave is offline
external usenet poster
 
Posts: 1,388
Default .FileType = (.csv files) ??

Hi Guys,

I have a Macro that contains the line:

..FileType = msoFileTypeExcelWorkbooks



I want this macro to be able to find both Excel Workbooks AND .csv files.

How would I do this using the above format?

thanks
Dave!