Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 33
Default csv for filetype property of filesearch object

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

Thanks.

Smokii
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default csv for filetype property of filesearch object

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



  #3   Report Post  
Posted to microsoft.public.excel.programming
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




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default csv for filetype property of filesearch object

Yes. only the constants in msofiletypes

--
Regards,
Tom Ogilvy

"smokiibear" wrote in message
...
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






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lookin property of the FileSearch object [email protected] New Users to Excel 0 December 5th 06 09:37 PM
How to check if an object has a certain property? J Excel Programming 1 December 5th 04 11:58 AM
Page Object property Matt[_18_] Excel Programming 1 October 2nd 03 01:43 PM
Multiple text criteria with FileSearch object? Ed[_9_] Excel Programming 1 September 23rd 03 09:26 PM


All times are GMT +1. The time now is 01:58 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"