A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Word 2003: Headers/Footers - "Missing" Toolbox



 
 
Thread Tools Display Modes
  #1  
Old September 15th, 2009, 04:14 PM posted to microsoft.public.word.newusers
Burntwood
external usenet poster
 
Posts: 2
Default Word 2003: Headers/Footers - "Missing" Toolbox

Until recently the header/footer toolbox appeared when working within
headers/footers, however, the toolbox no longer appears. What do I need to
do to see this appear each time I want to work in headers/footers?

At the moment if I want to insert a header/footer the screen gives me the
dotted lines of these at the top and bottom of the page but no toolbox to be
able to work within them.

Merely clicking the mouse as suggested by an earlier responder is unhelpful
and not an answer to the problem!
  #2  
Old September 15th, 2009, 05:14 PM posted to microsoft.public.word.newusers
Jay Freedman
external usenet poster
 
Posts: 9,488
Default Word 2003: Headers/Footers - "Missing" Toolbox

Assuming this is Word 2003 or earlier, and that the "toolbox" you refer to
is the Header and Footer toolbar, open the header pane and then try this:

- Press Alt+F8 to open the macro editor. (Don't worry, you won't be using
any macros.)

- Press Ctrl+G to open the Immediate window in the lower right part of the
editor.

- Paste this line into the Immediate window and press Enter at the end of
it:

Commandbars("Header and Footer").Visible = True

If that works, you can close the macro editor, and you should be OK from
then on.

If you still don't see the toolbar, paste each of these two lines into the
Immediate window, pressing Enter at the end of each line:

Commandbars("Header and Footer").Left = 300
Commandbars("Header and Footer").Top= 300

If the toolbar's Visible property was True but the toolbar was positioned
off-screen, those two lines will put it where you can see it. From there,
you can drag it to wherever you want it.

These commands won't work in Word 2007 because there are no toolbars other
than the Quick Access Toolbar. Instead, there's a ribbon tab that appears
when the header or footer pane is opened.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

Burntwood wrote:
Until recently the header/footer toolbox appeared when working within
headers/footers, however, the toolbox no longer appears. What do I
need to do to see this appear each time I want to work in
headers/footers?

At the moment if I want to insert a header/footer the screen gives me
the dotted lines of these at the top and bottom of the page but no
toolbox to be able to work within them.

Merely clicking the mouse as suggested by an earlier responder is
unhelpful and not an answer to the problem!



  #3  
Old September 15th, 2009, 06:18 PM posted to microsoft.public.word.newusers
Suzanne S. Barnhill
external usenet poster
 
Posts: 31,786
Default Word 2003: Headers/Footers - "Missing" Toolbox

Oops, didn't see this before I posted in response to the duplicate earlier
question.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Jay Freedman" wrote in message
...
Assuming this is Word 2003 or earlier, and that the "toolbox" you refer to
is the Header and Footer toolbar, open the header pane and then try this:

- Press Alt+F8 to open the macro editor. (Don't worry, you won't be using
any macros.)

- Press Ctrl+G to open the Immediate window in the lower right part of the
editor.

- Paste this line into the Immediate window and press Enter at the end of
it:

Commandbars("Header and Footer").Visible = True

If that works, you can close the macro editor, and you should be OK from
then on.

If you still don't see the toolbar, paste each of these two lines into the
Immediate window, pressing Enter at the end of each line:

Commandbars("Header and Footer").Left = 300
Commandbars("Header and Footer").Top= 300

If the toolbar's Visible property was True but the toolbar was positioned
off-screen, those two lines will put it where you can see it. From there,
you can drag it to wherever you want it.

These commands won't work in Word 2007 because there are no toolbars other
than the Quick Access Toolbar. Instead, there's a ribbon tab that appears
when the header or footer pane is opened.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup
so all may benefit.

Burntwood wrote:
Until recently the header/footer toolbox appeared when working within
headers/footers, however, the toolbox no longer appears. What do I
need to do to see this appear each time I want to work in
headers/footers?

At the moment if I want to insert a header/footer the screen gives me
the dotted lines of these at the top and bottom of the page but no
toolbox to be able to work within them.

Merely clicking the mouse as suggested by an earlier responder is
unhelpful and not an answer to the problem!





  #4  
Old September 15th, 2009, 08:18 PM posted to microsoft.public.word.newusers
Jay Freedman
external usenet poster
 
Posts: 9,488
Default Word 2003: Headers/Footers - "Missing" Toolbox

Well, my "oops" was saying Alt+F8 instead of Alt+F11 to open the macro
editor.

Suzanne S. Barnhill wrote:
Oops, didn't see this before I posted in response to the duplicate
earlier question.


"Jay Freedman" wrote in message
...
Assuming this is Word 2003 or earlier, and that the "toolbox" you
refer to is the Header and Footer toolbar, open the header pane and
then try this: - Press Alt+F8 to open the macro editor. (Don't worry, you
won't be
using any macros.)

- Press Ctrl+G to open the Immediate window in the lower right part
of the editor.

- Paste this line into the Immediate window and press Enter at the
end of it:

Commandbars("Header and Footer").Visible = True

If that works, you can close the macro editor, and you should be OK
from then on.

If you still don't see the toolbar, paste each of these two lines
into the Immediate window, pressing Enter at the end of each line:

Commandbars("Header and Footer").Left = 300
Commandbars("Header and Footer").Top= 300

If the toolbar's Visible property was True but the toolbar was
positioned off-screen, those two lines will put it where you can see
it. From there, you can drag it to wherever you want it.

These commands won't work in Word 2007 because there are no toolbars
other than the Quick Access Toolbar. Instead, there's a ribbon tab
that appears when the header or footer pane is opened.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

Burntwood wrote:
Until recently the header/footer toolbox appeared when working
within headers/footers, however, the toolbox no longer appears. What do
I need to do to see this appear each time I want to work in
headers/footers?

At the moment if I want to insert a header/footer the screen gives
me the dotted lines of these at the top and bottom of the page but
no toolbox to be able to work within them.

Merely clicking the mouse as suggested by an earlier responder is
unhelpful and not an answer to the problem!



  #5  
Old September 15th, 2009, 08:33 PM posted to microsoft.public.word.newusers
Suzanne S. Barnhill
external usenet poster
 
Posts: 31,786
Default Word 2003: Headers/Footers - "Missing" Toolbox

Ah, well, it's not like I posted from personal knowledge; I was pasting the
content of another MVP's past post, saved for the purpose.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Jay Freedman" wrote in message
...
Well, my "oops" was saying Alt+F8 instead of Alt+F11 to open the macro
editor.

Suzanne S. Barnhill wrote:
Oops, didn't see this before I posted in response to the duplicate
earlier question.


"Jay Freedman" wrote in message
...
Assuming this is Word 2003 or earlier, and that the "toolbox" you
refer to is the Header and Footer toolbar, open the header pane and
then try this: - Press Alt+F8 to open the macro editor. (Don't worry,
you won't be
using any macros.)

- Press Ctrl+G to open the Immediate window in the lower right part
of the editor.

- Paste this line into the Immediate window and press Enter at the
end of it:

Commandbars("Header and Footer").Visible = True

If that works, you can close the macro editor, and you should be OK
from then on.

If you still don't see the toolbar, paste each of these two lines
into the Immediate window, pressing Enter at the end of each line:

Commandbars("Header and Footer").Left = 300
Commandbars("Header and Footer").Top= 300

If the toolbar's Visible property was True but the toolbar was
positioned off-screen, those two lines will put it where you can see
it. From there, you can drag it to wherever you want it.

These commands won't work in Word 2007 because there are no toolbars
other than the Quick Access Toolbar. Instead, there's a ribbon tab
that appears when the header or footer pane is opened.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

Burntwood wrote:
Until recently the header/footer toolbox appeared when working
within headers/footers, however, the toolbox no longer appears. What do
I need to do to see this appear each time I want to work in
headers/footers?

At the moment if I want to insert a header/footer the screen gives
me the dotted lines of these at the top and bottom of the page but
no toolbox to be able to work within them.

Merely clicking the mouse as suggested by an earlier responder is
unhelpful and not an answer to the problem!





 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:03 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.