Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Where do I find my missing "Link to previous" header button?

720 views
Skip to first unread message

late@discussions.microsoft.com I'm late

unread,
Sep 29, 2009, 2:30:03 PM9/29/09
to
Working in Word, I dragged the header/footer floating toolbar too far off the
document/screen and couldn't get it back. Tried to recreate it, but can't
locate the "link to previous" button.

Tony Jollans

unread,
Sep 29, 2009, 5:45:06 PM9/29/09
to
Why can't you get it back? If you dragged it, it must be reachable with the
cursor.

With care - and maybe some trial and error - you can get it back using the
keyboard ...

When editing the header (with the toolbar 'displayed') ...

Press Alt, and "File" on the main menu will be selected/highlighted.

Press Ctrl+Tab repeatedly and the selection will move round the first item
on each visible toolbar. Watch where it goes and you should be able to
determine when it has reached the Header/Footer toolbar (presuming all the
rest are actually visible).

When on the Header/Footer toolbar, press Shift+Tab - this will select the
dropdown arrow at the top right of the Header/Footer toolbar.

Next press the down arrow to open the popup and then type "M" to select
"Move" within it, and press Enter.

The arrow keys can then be used to move the toolbar wherever you want.

--
Enjoy,
Tony

www.WordArticles.com

"I'm late" <I'm la...@discussions.microsoft.com> wrote in message
news:A86F2A19-6C84-4279...@microsoft.com...

Stefan Blom

unread,
Sep 30, 2009, 8:12:18 AM9/30/09
to

Or you can use a little macro such as the following:

Sub TestMacro()
ActiveWindow.ActivePane.View _
.SeekView = wdSeekCurrentPageHeader
With CommandBars("Header and Footer")
.Left = 0
.Top = 0
End With
End Sub

The macro places the toolbar to the top left of the Word window. Drag it
into the desired location.

--
Stefan Blom
Microsoft Word MVP

"Tony Jollans" <My forename at my surname dot com> wrote in message
news:ej5$n4UQKH...@TK2MSFTNGP05.phx.gbl...

Stefan Blom

unread,
Sep 30, 2009, 8:22:42 AM9/30/09
to

Hmm, I guess it would be best to also include a line that sets the
CustomizationContext, so that changes are saved in the Normal template:

Sub TestMacro()
ActiveWindow.ActivePane.View _
.SeekView = wdSeekCurrentPageHeader

CustomizationContext = NormalTemplate


With CommandBars("Header and Footer")
.Left = 0
.Top = 0
End With
End Sub

For more on macros, see http://www.gmayor.com/installing_macro.htm.

--
Stefan Blom
Microsoft Word MVP

"Stefan Blom" <Stefa...@discussions.microsoft.com> wrote in message
news:ebI8CdcQ...@TK2MSFTNGP05.phx.gbl...

I''m late

unread,
Sep 30, 2009, 7:05:04 PM9/30/09
to
Thank you! The little macro worked perfectly! Yay!

Stefan Blom

unread,
Oct 1, 2009, 5:46:57 AM10/1/09
to
You are welcome.

--
Stefan Blom
Microsoft Word MVP

"I''m late" <Iml...@discussions.microsoft.com> wrote in message
news:37BAAE82-A692-4B33...@microsoft.com...

0 new messages