If you are in Excel, you should never use (or need) GetObject -- allof your Excel objects should be derived from Excel.Application.Just use Workbooks.Open("C:\Full\Path\To\Workbook.xls") to open anddisplay whatever workbook you choose.