View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Refencing a Microsoft WORD Library in EXCEL VBA

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