View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Les Stout[_2_] Les Stout[_2_] is offline
external usenet poster
 
Posts: 396
Default GetOpenFilename - Error

Have found the problem; it was a comma missing after the last CSV !!


Filt = "Comma Seperated Files (*.csv), *.csv," & _
"Excel Files (*.xls),*.xls"


Les Stout

*** Sent via Developersdex http://www.developersdex.com ***