Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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.. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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.. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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.. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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.. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application.FileSearch | Excel Discussion (Misc queries) | |||
with application.filesearch | Excel Programming | |||
Set fs = Application.FileSearch | Excel Programming | |||
What is better: Application.FileSearch or Dir ?? | Excel Programming | |||
Application.Filesearch | Excel Programming |