View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default application.filesearch

Hi dstiefe

Look at the code on the example pages and read the comments in the code

--

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




"dstiefe" wrote in message ...
how would you open all of the xls files in a folder?

"Ron de Bruin" wrote:

Hi dstiefe

It is removed in 2007 because there where a few bugs in it
You can use Dir or FSO if you want

See
http://www.rondebruin.nl/copy3.htm

Or
http://www.rondebruin.nl/fso.htm

For example code


--

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




"dstiefe" wrote in message ...
would anyone know why the

application.filesearch

would not work on my system

in otherwords when I am typing "application." the "filesearch" method does
not even pop up as an option..