Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
XP XP is offline
external usenet poster
 
Posts: 389
Default FileSearch in Office 2007 generates an error?

Using Office 2007 and Windows XP;

Since converting to Office 2007, the following generates an error on the
second line:

Dim ofsSearch As FileSearch
Set ofsSearch = Application.FileSearch

Error is "Object doesn't support this action"; has the FileSearch object
gone away? Or have I just been using it wrong in the past and Office 2003 let
you get away with it?

Could someone please offer an alternative to FileSearch? An example function
to pattern search for a file would be most appreciated. Thanks much in
advance.

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default FileSearch in Office 2007 generates an error?

Hi XP

FileSearch is removed from Excel 2007

You can use Dir
See the "Copy/Paste/Merge examples" section on my site for examples.

If you need more help post back


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"XP" wrote in message ...
Using Office 2007 and Windows XP;

Since converting to Office 2007, the following generates an error on the
second line:

Dim ofsSearch As FileSearch
Set ofsSearch = Application.FileSearch

Error is "Object doesn't support this action"; has the FileSearch object
gone away? Or have I just been using it wrong in the past and Office 2003 let
you get away with it?

Could someone please offer an alternative to FileSearch? An example function
to pattern search for a file would be most appreciated. Thanks much in
advance.

Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.programming
XP XP is offline
external usenet poster
 
Posts: 389
Default FileSearch in Office 2007 generates an error?


Thanks Ron!

"Ron de Bruin" wrote:

Hi XP

FileSearch is removed from Excel 2007

You can use Dir
See the "Copy/Paste/Merge examples" section on my site for examples.

If you need more help post back


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"XP" wrote in message ...
Using Office 2007 and Windows XP;

Since converting to Office 2007, the following generates an error on the
second line:

Dim ofsSearch As FileSearch
Set ofsSearch = Application.FileSearch

Error is "Object doesn't support this action"; has the FileSearch object
gone away? Or have I just been using it wrong in the past and Office 2003 let
you get away with it?

Could someone please offer an alternative to FileSearch? An example function
to pattern search for a file would be most appreciated. Thanks much in
advance.

Thanks!


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default FileSearch in Office 2007 generates an error?


Ron, Is there a way to specify sub directories with DIR??
With filesearch you could specify sub folders.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Ron de Bruin" wrote in message
...
Hi XP

FileSearch is removed from Excel 2007

You can use Dir See the "Copy/Paste/Merge examples" section on my site for
examples.

If you need more help post back


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"XP" wrote in message
...
Using Office 2007 and Windows XP;

Since converting to Office 2007, the following generates an error on the
second line:

Dim ofsSearch As FileSearch
Set ofsSearch = Application.FileSearch

Error is "Object doesn't support this action"; has the FileSearch object
gone away? Or have I just been using it wrong in the past and Office 2003
let you get away with it?

Could someone please offer an alternative to FileSearch? An example
function to pattern search for a file would be most appreciated. Thanks
much in advance.

Thanks!


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default FileSearch in Office 2007 generates an error?

Hi Don

If you want to include subfolders, see the code on this page.

Merge data from all workbooks in a folder (2)
http://www.rondebruin.nl/fso.htm

My RDBMerge add-in have also a subfolder option


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Don Guillett" wrote in message ...

Ron, Is there a way to specify sub directories with DIR??
With filesearch you could specify sub folders.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Ron de Bruin" wrote in message
...
Hi XP

FileSearch is removed from Excel 2007

You can use Dir See the "Copy/Paste/Merge examples" section on my site for
examples.

If you need more help post back


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"XP" wrote in message
...
Using Office 2007 and Windows XP;

Since converting to Office 2007, the following generates an error on the
second line:

Dim ofsSearch As FileSearch
Set ofsSearch = Application.FileSearch

Error is "Object doesn't support this action"; has the FileSearch object
gone away? Or have I just been using it wrong in the past and Office 2003
let you get away with it?

Could someone please offer an alternative to FileSearch? An example
function to pattern search for a file would be most appreciated. Thanks
much in advance.

Thanks!




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 45
Default FileSearch in Office 2007 generates an error?

XP
more info on the fate of app.filesearch and a drop in (commercial)
replacement he
http://www.codematic.net/excel-tools...filesearch.htm

Cheers
Simon
Blog: www.smurfonspreadsheets.net

XP wrote:
Using Office 2007 and Windows XP;

Since converting to Office 2007, the following generates an error on the
second line:

Dim ofsSearch As FileSearch
Set ofsSearch = Application.FileSearch

Error is "Object doesn't support this action"; has the FileSearch object
gone away? Or have I just been using it wrong in the past and Office 2003 let
you get away with it?

Could someone please offer an alternative to FileSearch? An example function
to pattern search for a file would be most appreciated. Thanks much in
advance.

Thanks!

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
2003 macro generates compiler error on 2007 KenInPortland Excel Worksheet Functions 2 September 2nd 08 09:45 PM
application.filesearch error in excel 2007 Ramesh Excel Programming 3 February 11th 08 11:54 AM
Filesearch error in Excel 2007 Libby Excel Programming 4 February 8th 08 08:51 PM
How can I do the equivalent of "filesearch" in Office 2007? suzupis Excel Programming 2 August 6th 07 03:34 PM
Office 2007 Bizarre =@sum() formula BUG - generates mailto: hyperl funnybroad Excel Worksheet Functions 5 April 22nd 07 04:04 AM


All times are GMT +1. The time now is 09:28 PM.

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"