A family of Microsoft word processing software products for creating web, email, and print documents.
Funny thing happened to me on the away to the coliseum...
.
This morning the same thing happened to me. Sigh ...
.
But I got lucky.
.
Like you, Word asked me to save normal.dotm, I said no because I had did not recall making any recent changes I wanted to keep. When I restarted Word I found my customizations gone. Normal.dotm had today's date, oops!
.
I Looked in recycle bin, nothing recent. Then I did a file name search (using "everything" search tool). I got lucky and searched for "Normal" instead of "Normal.DOTM".
.
One of the results was "Backup of Normal.WBK" dated a couple of weeks ago in the templates folder just above the new normal.dotm. It is a reasonable date for last changes I would have saved. Not what I expected. But, just for the halibut I tried renaming it NORMAL.DOTM
Tada!
Everything was back. Yay!
.
So take a look in your templates folder. You may also get lucky.
.
For me, 2 takeaway lessons:
- Always save normal.dotm when prompted, just give it a temp name, then test to see which copy you want to keep
- If you lose your normal.dotm, look for "Backup of Normal.WBK"
.
Find Normal.DOTM
Make sure all Word sessions are closed
Method 1
In File Explorer a shortcut to navigate to the template folder
- copy and paste the folder path %AppData%\Microsoft\Templates into the Address box, and press the Enter key
Method 2
In Word look in File menu > Options command > Advanced option > General section > File Locations button > User Templates location.
.
Method 3
In Word,
. * press Alt+F11; the Visual Basic Editor opens.
. * Press Ctrl+G to activate the Immediate window.
. * In that window, type (or paste)
NormalTemplate.OpenAsDocument
and press Enter.
.
Method 4