M
matt
Is there a way to open an Excel workbook progrmattically through word VB?
This is what I was trying to use:
____________________________________________
Dim xlApp As Excel.Application
Set xlApp = CreateObject("Excel.application")
Excel.Application.Visible = True
xlApp.Workbooks.Open ("c:\Destination folder\Excel_File.xls")
__________________________________________
It opens excel but it's just an empty window
Thanks,
Matt
This is what I was trying to use:
____________________________________________
Dim xlApp As Excel.Application
Set xlApp = CreateObject("Excel.application")
Excel.Application.Visible = True
xlApp.Workbooks.Open ("c:\Destination folder\Excel_File.xls")
__________________________________________
It opens excel but it's just an empty window
Thanks,
Matt