csv for filetype property of filesearch object

  • Thread starter Thread starter smokiibear
  • Start date Start date
S

smokiibear

can .filetype be set to csv when using the filesearch object?

Thanks.

Smokii
 
Smokii,

Sure:

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

HTH,
Bernie
MS Excel MVP
 
what are the limitations to .filetype? is it just msofiletypes?

Smokii
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top