M
Mike
Please give me a hand.
The source code in VB 6 is something looks like as
follow:
Dim ExcelObj As Excel.Application
Set ExcelObj = CreateObject("Excel.Application")
ExcelObj.Workbooks.Open App.path & "\" & "myTable.xls"
...
It works well on any combining environment between:
Windows 98/2000/XP and Excel 97/2000/XP, except Office 97
and Windows XP.
When running on the Office 97 and Windows XP, the problem
is "Method 'Open' of object 'Workbooks' failed".
Thanks.
The source code in VB 6 is something looks like as
follow:
Dim ExcelObj As Excel.Application
Set ExcelObj = CreateObject("Excel.Application")
ExcelObj.Workbooks.Open App.path & "\" & "myTable.xls"
...
It works well on any combining environment between:
Windows 98/2000/XP and Excel 97/2000/XP, except Office 97
and Windows XP.
When running on the Office 97 and Windows XP, the problem
is "Method 'Open' of object 'Workbooks' failed".
Thanks.