Microsoft office word 2003 normal.dot problem
You can temporarily prevent an auto macro from running by holding SHIFT while performing the action that causes the macro to run. If the problem is resolved by holding the SHIFT key when you start Word or when you perform an action in Word such as opening a document, an auto macro is the problem. To work around this problem, follow these steps: If you use Word or an earlier version of Word:. Click Start , and then click Run. In the Open box, type winword, and then click OK.
On the Tools menu, point to Macro , and then click Macros. In the Macros dialog box, a list of macros may appear. If any macro listed begins with "Auto," you may want to remove this macro. To remove an auto macro, click the macro, and then click Delete. Note An auto macro may have been added by a Word add-in. To determine what template contains the auto macro, change the Macros in box to a listed template. After you determine which template contains the auto macro, you may want to remove that template from your computer.
Removing a template that was added by a Word add-in may reduce or stop the add-in's functionality. Click Cancel or click Close to close the Macros dialog box. On the File menu, click Exit to quit Microsoft Word. If the problem is resolved after you restart Word, the auto macro was the problem.
On the Developer tab, click Macros in the Code group. If any macro that is listed begins with "Auto," you may want to remove this macro. This problem may occur if your computer is infected with a virus that changes the global template Normal. To help avoid virus infection, keep your antivirus software and your virus definitions updated with the latest versions. Ask your antivirus software vendor for the latest information. For information about how to contact your antivirus software vendor, click the appropriate article number in the following list to view the article in the Microsoft Knowledge Base:.
The third-party products that this article discusses are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, regarding the performance or reliability of these products. Office Products More Need more help?
Expand your skills. Get new features first. Was this information helpful? Yes No. Thank you! Any more feedback? The more you tell us the more we can help. Apparently, there's a known issue about the Windows Update when combined, I believe, with Word that makes Word crash when saving to a floppy drive which you shouldn't do anyway, see this article. The only fix I'm aware of at this time is to uninstall the update.
Believe it or not, you must have a printer installed for Word to perform properly, even if it's only Acrobat's PDF to Word writer. Word just doesn't know how to act without a printer driver. Thanks to Barb for asking me a question at AllExperts. Check it for the existence of files that perhaps don't belong there or conflict with Word. You could temporarily place them elsewhere and re-launch Word to see if it helps. If Word runs for you at all, first close it. If it does, End task on it. Type the following into the All or Part of the File Name box:.
Tip: You must be searching for hidden files and folders, so make sure your other search options are looking there. You must also ensure that you are viewing hidden and system files by going to My Computer, then hit Tools Folder Options, and ticking the appropriate choices, as shown below. If you aren't viewing them, you may also want to untick hiding of extensions for known file types, too. If you cannot find your normal. If you're in a network environment, it may not reside on your hard drive.
If you are able to open Word at all, go to Tools Options, File locations tab, and double-click User templates. This is the location of your normal. If you have customized your Word application to any degree, rename the normal. Right-click the file's name, and choose Rename.
Call it abnormal. If you have not customized Word, just delete your normal. If you find more than one normal. Now you can try launching Word again. Word should create a brand new normal. Most people will not need to venture beyond this point. Check it out by opening the file directly and looking for the AutoText.
These can also hold QAT modifications but not ribbon modifications that you make from within Word. Customize the Ribbon It doesn't take rocket science AutoText must be stored in a template. That template, if you want the AutoText entry to be available to all documents, must be made global by putting it in the Word Startup Folder or in the Building Blocks folder.
Macros must be stored in. Since you want yours available in multple documents you will want them in templates, and probably in Global Templates. Within the. If they are recorded macros, they are in the NewMacros module. They can be stored in any macro-enabled template or document. They do not need to be in your normal. For purposes of sharing them, you will want them in a different template , a Global Template.
First: You want to see the NewMacros module in your normalold. To do this. Do not type anything! This gives you the Visual Basic Editor. You should see two "projects" named Normal: Normal Normal Normalold. You want the second one.
All-at-once method Right-click on NewMacros and choose to export it. The suggested name will be NewMacros. Change it to something like modCKK where the last part is your initials.
Save that on the desktop. Then create a new dotm template to hold your macros. It will be named TemplateProject as a default, but we should change that. If a Properties window shows under the Project Explorer, look there when you click on the TemplateProject.
If the Properties window is not showing, tell the VBE you want to see it by picking that option under the View menu. Then click on the TemplateProject in the Explorer.