View Single Post
 
Old 12-21-2011, 07:21 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,384
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Hi tinfanide,

That's a by-product of using early binding. You have two options:
• delete the reference to the Word 14 from the vba editor and use late binding; or
• re-compile the code on a system using Word 2007 or earlier - ideally, on the earliest possible version the code will need to run on.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote