Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using two different versions of EXCEL and I need to be able to
reference different veriosns of Microsoft WORD Library, Ver 8 for Office 97 and Ver 10 for Office 2000. Is there a way with VBA to do this, if so can someone help me with some code, please? Thanks Mark |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Mark,
Don't reference either library, use late binding, CreateObject etc. Design it to work in Ver. 8 and then Ver.10 should be OK. NickHK "Mark" wrote in message oups.com... I am using two different versions of EXCEL and I need to be able to reference different veriosns of Microsoft WORD Library, Ver 8 for Office 97 and Ver 10 for Office 2000. Is there a way with VBA to do this, if so can someone help me with some code, please? Thanks Mark |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Would you be kind enough to explain how this is done, please?
Mark |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This should point you in the right direction:
http://www.xldynamic.com/source/xld.EarlyLate.html Hope this helps Rowan Mark wrote: Would you be kind enough to explain how this is done, please? Mark |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Microsoft Word and Excel 11.0 Object Library | Excel Discussion (Misc queries) | |||
Microsoft Visual Basic errors displaid when opening Microsoft Word 97 & Excel (7 | Setting up and Configuration of Excel | |||
Microsoft Excel 11.0 Object Library documentation? | Charts and Charting in Excel | |||
Microsoft Word Object Library in Excel | Excel Discussion (Misc queries) | |||
Change individual cell heights/widths in Microsoft Excel 2000 like Microsoft Word | Excel Discussion (Misc queries) |