Thread: [Solved] Acronym Finder
View Single Post
 
Old 09-22-2014, 08:18 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,375
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 Acronym Finder

You should be able to do that by changing:
Sub CreateAcronymAppendixDocument()
to:
Sub Document_Open()
and putting the macro in the Acronym document's own 'ThisDocument' code module. Your error messages suggest you might have been adding the macro to Word's Normal template.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote