C
CarlSprake
I have Office 2003 and Office 2007 installed on my machine.
I am trying to develop a solution for a customer that just uses Office 2003.
From Word I need to get information from Excel. So in my macro I have
Dim xlApp As Excel.Application
Dim xlWB As Excel.Workbook
etc, etc
I have tried to add a reference to Microsoft Excel, but could only find a
reference to Microsoft Excel 12.0, which I presume is Office 2007.
Is there anyway I can add a reference to Excel 2003 into my code, so that it
works on my customer's machine (who only had 2003)?
Thanks for your help
I am trying to develop a solution for a customer that just uses Office 2003.
From Word I need to get information from Excel. So in my macro I have
Dim xlApp As Excel.Application
Dim xlWB As Excel.Workbook
etc, etc
I have tried to add a reference to Microsoft Excel, but could only find a
reference to Microsoft Excel 12.0, which I presume is Office 2007.
Is there anyway I can add a reference to Excel 2003 into my code, so that it
works on my customer's machine (who only had 2003)?
Thanks for your help