-- I am using the following string to open "ANY" excel file in a specific folder..

Workbooks.Open Filename:= _
"C:\Excel Data Extract\AnyFile.xls"

-- Would it be better to use this one?
"C:\Excel Data Extract\ &''"& '.xls'"

Any ideas..?? THANKS!!!!