D Dave Peterson Mar 20, 2010 #2 Application.filesearch was removed with xl2007. Ron de Bruin shares some alternatives here: http://www.rondebruin.nl/fso.htm and http://www.rondebruin.nl/copy3.htm
Application.filesearch was removed with xl2007. Ron de Bruin shares some alternatives here: http://www.rondebruin.nl/fso.htm and http://www.rondebruin.nl/copy3.htm
× ×ž×™×›×ל (מיקי) ×בידן Mar 20, 2010 #3 You may also consider the work-around using the FileSystemObject object. http://support.microsoft.com/kb/185601 Micky
You may also consider the work-around using the FileSystemObject object. http://support.microsoft.com/kb/185601 Micky
S shaz Mar 20, 2010 #4 Dave Peterson said: Application.filesearch was removed with xl2007. Ron de Bruin shares some alternatives here: http://www.rondebruin.nl/fso.htm and http://www.rondebruin.nl/copy3.htm -- Dave Peterson . But how does a user not wanting to use programming language search for a file in 2007? Click to expand...
Dave Peterson said: Application.filesearch was removed with xl2007. Ron de Bruin shares some alternatives here: http://www.rondebruin.nl/fso.htm and http://www.rondebruin.nl/copy3.htm -- Dave Peterson . But how does a user not wanting to use programming language search for a file in 2007? Click to expand...
D Dave Peterson Mar 21, 2010 #5 I've always searched for files using windows search (ctrl-f in windows explorer).