Use VBA to add certificate to Word Templates

J

joerg.groups

I have a collection of several hundred! WORD documents that need to be
added a new certificate. Is it possible to do this using a vba macro?

1. add "certificate" macro to normal.dot
2. DO open file
3. start macro from normal.dot
4. save file LOOP

Unfortunately it is not possible to record a macro that adds a
certificate. I didn't find any hints in the groups until now.

Any ideas?

Greetings
Jörg
 
J

Jonathan West

Sorry, it can't be done using VBA. Only by hand.

--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup



I have a collection of several hundred! WORD documents that need to be
added a new certificate. Is it possible to do this using a vba macro?

1. add "certificate" macro to normal.dot
2. DO open file
3. start macro from normal.dot
4. save file LOOP

Unfortunately it is not possible to record a macro that adds a
certificate. I didn't find any hints in the groups until now.

Any ideas?

Greetings
Jörg
 
Top