Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have developed an Excel add-in that references the word object library. However, some of my clients machines use Office XP and some 97 so I have problems with missing libraries if I reference 8.0 libraries and run it on an XP machine and vice versa. Is there a way to set the references in code based on the version of Excel being used or another work around? Thanks, Mark |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use late binding - don't have a reference to excel.
http://support.microsoft.com/default...b;EN-US;244167 INFO: Writing Automation Clients for Multiple Office Versions http://support.microsoft.com/default...b;en-us;245115 INFO: Using Early Binding and Late Binding in Automation http://support.microsoft.com/default...b;en-us;247579 INFO: Use DISPID Binding to Automate Office Applications Whenever Possible -- Regards, Tom Ogilvy "Mark Heyhoe" wrote in message ... Hi, I have developed an Excel add-in that references the word object library. However, some of my clients machines use Office XP and some 97 so I have problems with missing libraries if I reference 8.0 libraries and run it on an XP machine and vice versa. Is there a way to set the references in code based on the version of Excel being used or another work around? Thanks, Mark |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
rtd client | Excel Discussion (Misc queries) | |||
Discount to Client | Excel Discussion (Misc queries) | |||
Too many client tasks? | Excel Discussion (Misc queries) | |||
Report to client - how to do? | Excel Discussion (Misc queries) | |||
Client to Server | Excel Discussion (Misc queries) |