View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
smokiibear smokiibear is offline
external usenet poster
 
Posts: 33
Default csv for filetype property of filesearch object

what are the limitations to .filetype? is it just msofiletypes?

Smokii

"Bernie Deitrick" <deitbe @ consumer dot org wrote in
:

Smokii,

Su

With Application.FileSearch
.NewSearch
.LookIn = "C:\"
.FileName = "*.csv"
....

HTH,
Bernie
MS Excel MVP

"smokiibear" wrote in message
...
can .filetype be set to csv when using the filesearch object?

Thanks.

Smokii