Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Menus and Toolbars / October 2007

Tip: Looking for answers? Try searching our database.

Missing menus in Insert > Autotext > Header/Footer. Word 2002

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Lawrence Leith - 25 Feb 2007 12:15 GMT
I get as far as the above, but when I click on Header/Footer all I see is an
ugly little square stump where my beautiful list used to be.

Have used the winword.exe /a switch but this doesn't fix it permanently. I
also deleted the data file from the registry but this didn't work either.

I used a GUI toolbar editor but when you look at field width for autotext it
says 'not supported'.

I can still access Header/Footer from the View menu, so no big deal, but
it's annoying me, as it only started happening recently for no reason I can
think of.

Thanks for any suggestions (apart from upgrading to 2007!)
Suzanne S. Barnhill - 25 Feb 2007 16:34 GMT
Missing AutoText is usually an indication that you have saved a document in
or as Normal.dot; see “WD2002: Styles and AutoText Are Not Copied to New
Template Based on Normal.dot” at http://support.microsoft.com/?kbid=291441,
and note that you cannot create Normal.dot yourself; Word has to do it.

Signature

Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

> I get as far as the above, but when I click on Header/Footer all I see is an
> ugly little square stump where my beautiful list used to be.
[quoted text clipped - 10 lines]
>
> Thanks for any suggestions (apart from upgrading to 2007!)
Lawrence Leith - 07 Mar 2007 23:58 GMT
Thanks very much Suzanne.

All I had to do was track down the Templates folder and delete all my
versions of the Normal.dot which had built up over the past year or so and
rename the original Normal.dot as OldNormal.dot, start up Word which then
generated a blemish-free and fully functional autotext menu.

Problem Sorted!

Lawrence
Håkan Ljungqvist - 02 Oct 2007 11:22 GMT
I want to insert the filename in the Footer, but I have the same problem
with the little square stump instead of the Intsert Autotext list.

Delete Normal.dot didn't help.

I can insert it manually by
Insert > Autotext > Autotext...
A "Autocorrect window" opens
Autotext > Mark "Filenamn" > Press insert
This will write the filename in the document. But it's easier if I could use
Insert Autotext in Header & Footer.
Graham Mayor - 02 Oct 2007 11:49 GMT
Losing the filename autotext from the header footer view is usually as a
result of replacing normal.dot with your own document template (only Word
can create normal.dot). However it is easy enough to resolve. Insert the
filename field into the footer and save the inserted field as an autotext
entry with the original name (filename or filename and path). This will
replace the original entry and make it available from the header/footer
toolbar.

The following macro added to a toolbar button will insert the filename and
path fields in the footer of the last page.

Sub InsertFilenameinLastPageFooter()
With ActiveDocument
   If Len(.Path) = 0 Then
           .Save
   End If
End With
Selection.EndKey Unit:=wdStory
ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageFooter
With Selection
   .ParagraphFormat.Alignment = wdAlignParagraphRight
   .Fields.Add Range:=Selection.Range, Type:=wdFieldEmpty, _
   PreserveFormatting:=False
   .TypeText Text:="IF"
   .Fields.Add Range:=Selection.Range, Type:=wdFieldPage, _
   PreserveFormatting:=False
   .TypeText " = "
   .Fields.Add Range:=Selection.Range, Type:=wdFieldNumPages, _
   PreserveFormatting:=False
   .TypeText " "
   .Fields.Add Range:=Selection.Range, Type:=wdFieldEmpty, _
   PreserveFormatting:=False
   .TypeText Text:="Filename \p"
   .EndKey Unit:=wdStory
   .MoveLeft Unit:=wdWord, Count:=1, Extend:=wdExtend
   .Fields.Update
End With
With ActiveWindow.ActivePane.View
   .ShowFieldCodes = False
   .SeekView = wdSeekMainDocument
End With
End Sub

http://www.gmayor.com/installing_macro.htm

Signature

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor -  Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

> I want to insert the filename in the Footer, but I have the same
> problem with the little square stump instead of the Intsert Autotext
[quoted text clipped - 8 lines]
> This will write the filename in the document. But it's easier if I
> could use Insert Autotext in Header & Footer.
Beth Melton - 02 Oct 2007 18:49 GMT
If it's available and you can insert it manually then that typically
indicates the style you are using in your footer isn't the footer style.
When your insertion point is in the footer what do you see in the Style
command on your Formatting toolbar?

Please post all follow-up questions to the newsgroup. Requests for
assistance by email cannot be acknowledged.

~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP

Coauthor of Word 2007 Inside Out:
http://www.microsoft.com/MSPress/books/9801.aspx#AboutTheBook

Signature

Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/


>I want to insert the filename in the Footer, but I have the same problem
> with the little square stump instead of the Intsert Autotext list.
[quoted text clipped - 8 lines]
> use
> Insert Autotext in Header & Footer.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.