vba - Exporting Microsoft Office 16.0 Office Library and use it with Excel 2013 -


i used excel 2016 create excel table vba program generate word document report automatically. macro generates compile error when used on excel 2013 older office library.

i tried following without success:

  • using older version of excel save macro (no improvement).
  • changing code (e.g: word.application -> object) proposed on other threads. main problem program ~2000 lines long , when fix something, compile error arise few lines later. plus, formatting in word document altered.
  • updating office 2016 not solution either various compatibility reasons other programs.

the remaining solution can see export microsoft office 16.0 office library , microsoft excel 16.0 library computers running excel 2013 , adding them vba references.

i cannot locate these 2 libraries. path shown in tools->references window cut because window short (and of course not possible resize).

what path , file name 2 libraries?

do think solution work , if not, know better 1 or workaround?


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -