Devi studiarti gli oggetti di excel..!

Dim xlsApp As Excel.Application
Dim slxCartella As excel.Workbook

...

'quando vuoi tu..

Set xlsApp = new Excel.Application
xlsapp.visible = True

Set xlsCartella = xlsapp.Workbooks.open(path + nomefile)

et voilą..