
04-10-2018, 07:20 AM
|
Moderator
|
|
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,533
|
|
Quote:
Originally Posted by Bob Hennessy
Not only will Word not create a new document........it will also not open an existing document, which prevents me from deleting the 3 macros I created.
Bob H
|
SKIP following until ***
- Rename your normal template to normal.old.dotm with Word closed.
How to Find the Normal Template
- Start Word. Open the old normal template, holding the shift key down when you do to suppress macros.
- Open the vba editor and delete the macros.
- Save the old normal template.
- Close word.
- Rename the old normal template back to normal.dotm.
*** Start from here
- Start Word holding down the Shift Key - this suppresses all macros.
- Use Alt+F11 to view the vba Editor.
- Delete the problem macros, or try deleting just the AutoExec macro.
- Close and restart Word.
|