Refencing a Microsoft WORD Library in EXCEL VBA

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top