Word Templates

D

David

How do I edit word templates in office 2000. A previous developer create word
templates in VB and I need to edit one of the templates
 
P

Peter

Right-click on the template, select Open.
Once the template opens, hold the Alt key down and hit the F11 key.
The VBA IDE will open and you can edit the code.
You might need to expand the project in the Project Explorer (Ctrl-R, if you don't see it) to find the module(s).

hth,

-Peter
 
Top