P
PAS
Does anyone know how to clear the "web toolbar history" in Office 2004?
Thanks,
Phil
Thanks,
Phil
Clive said:Hello Phil,
One way is to get rid of the web toolbar altogether.
Here's an excerpt from some notes on the way I use Word for the Mac, titled
"Bend Word to Your Will", which are available as a free download from the
Word MVPs' website (http://word.mvps.org/Mac/Bend/BendWordToYourWill.html):
WEB TOOLBAR, TO STOP IT APPEARING WHEN CLICKING ON TOC OR OTHER HYPERLINKS
If you have long documents in which you click on the page number in the
Table of Contents to get to a topic, the Web toolbar appears. Usually you
don't want it to appear.
To get rid of the web toolbar, you have to install a macro, and you'll
probably put it in the Normal template. Here are the details:
For instructions on installing macros generally, go to:
http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm
[If you are using Safari, you will have to click on the circular arrow
("reload the current page") button a couple of times.]
The article is about Word on the Windows platform, but Word on the Mac works
much the same (use the Option key where the notes refer to the Alt key).
Copy this into the new macro window when you get that far:
Sub ToggleWeb()
With CommandBars("Web")
.Enabled = Not .Enabled
End with
End Sub
The macro "toggles" the toolbar, i.e. it turns the toolbar on the first time
it runs and turns it off next time. Once you have installed the macro,
choose Tools menu => Macro => Macros => scroll to "ToggleWeb" and click
"Run". Repeat if the toolbar does not disappear. Word will remember the
setting and you will not see the toolbar again while this Normal template
continues in use.
Cheers,
Clive Huggan
Canberra, Australia
(My time zone is 5-11 hours different from the US and Europe, so my
follow-on responses to those regions can be delayed)
============================================================
* SUGGESTION -- KEEP REVISITING AFTER YOU POST: If you post a question, keep
re-visiting the newsgroup for several days after the first response comes
in. Sometimes it takes a few responses before the best or complete solution
is provided; sometimes you'll be asked for further information. Good tips
about getting the best out of posting are at
http://word.mvps.org/Mac/AccessNewsgroups.html and
http://word.mvps.org/FindHelp/Posting.htm (if you use Safari you may see a
blank page and have to hit the circular arrow icon -- "Reload the current
page" -- two or more times).
============================================================
Does anyone know how to clear the "web toolbar history" in Office 2004?
Thanks,
Phil
Hey Clive
The very first thing that happens when you apply the latest update to
Office, is a Window comes up with a message. "Do you wish to disable
"ALL" Macros". with a choice of Okay or Continue. Continue means no
finish the install.
If you need a Macro for you answer to work wouldn't that defeat one of
the new security features?
Clive said:Hello Phil,
One way is to get rid of the web toolbar altogether.
Here's an excerpt from some notes on the way I use Word for the Mac,
titled
"Bend Word to Your Will", which are available as a free download from the
Word MVPs' website
(http://word.mvps.org/Mac/Bend/BendWordToYourWill.html):
WEB TOOLBAR, TO STOP IT APPEARING WHEN CLICKING ON TOC OR OTHER
HYPERLINKS
If you have long documents in which you click on the page number in the
Table of Contents to get to a topic, the Web toolbar appears. Usually you
don't want it to appear.
To get rid of the web toolbar, you have to install a macro, and you'll
probably put it in the Normal template. Here are the details:
For instructions on installing macros generally, go to:
http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm
[If you are using Safari, you will have to click on the circular arrow
("reload the current page") button a couple of times.]
The article is about Word on the Windows platform, but Word on the Mac
works
much the same (use the Option key where the notes refer to the Alt key).
Copy this into the new macro window when you get that far:
Sub ToggleWeb()
With CommandBars("Web")
.Enabled = Not .Enabled
End with
End Sub
The macro "toggles" the toolbar, i.e. it turns the toolbar on the
first time
it runs and turns it off next time. Once you have installed the macro,
choose Tools menu => Macro => Macros => scroll to "ToggleWeb" and click
"Run". Repeat if the toolbar does not disappear. Word will remember the
setting and you will not see the toolbar again while this Normal template
continues in use.
Cheers,
Clive Huggan Canberra, Australia
(My time zone is 5-11 hours different from the US and Europe, so my
follow-on responses to those regions can be delayed)
============================================================
* SUGGESTION -- KEEP REVISITING AFTER YOU POST: If you post a
question, keep
re-visiting the newsgroup for several days after the first response comes
in. Sometimes it takes a few responses before the best or complete
solution
is provided; sometimes you'll be asked for further information. Good tips
about getting the best out of posting are at
http://word.mvps.org/Mac/AccessNewsgroups.html and
http://word.mvps.org/FindHelp/Posting.htm (if you use Safari you may
see a
blank page and have to hit the circular arrow icon -- "Reload the current
page" -- two or more times).
============================================================
Does anyone know how to clear the "web toolbar history" in Office 2004?
Thanks,
Phil
Another case of bad typing.
The very first thing that happens when you apply the latest update to
Office, is a Window comes up with a message. "Do you wish to disable
"ALL" Macros". with a choice of Okay or Continue. Continue means to
just finish the install.
Sorry!
Hey Clive
The very first thing that happens when you apply the latest update to
Office, is a Window comes up with a message. "Do you wish to disable
"ALL" Macros". with a choice of Okay or Continue. Continue means no
finish the install.
If you need a Macro for you answer to work wouldn't that defeat one of
the new security features?
Clive said:Hello Phil,
One way is to get rid of the web toolbar altogether.
Here's an excerpt from some notes on the way I use Word for the Mac,
titled
"Bend Word to Your Will", which are available as a free download from the
Word MVPs' website
(http://word.mvps.org/Mac/Bend/BendWordToYourWill.html):
WEB TOOLBAR, TO STOP IT APPEARING WHEN CLICKING ON TOC OR OTHER
HYPERLINKS
If you have long documents in which you click on the page number in the
Table of Contents to get to a topic, the Web toolbar appears. Usually you
don't want it to appear.
To get rid of the web toolbar, you have to install a macro, and you'll
probably put it in the Normal template. Here are the details:
For instructions on installing macros generally, go to:
http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm
[If you are using Safari, you will have to click on the circular arrow
("reload the current page") button a couple of times.]
The article is about Word on the Windows platform, but Word on the Mac
works
much the same (use the Option key where the notes refer to the Alt key).
Copy this into the new macro window when you get that far:
Sub ToggleWeb()
With CommandBars("Web")
.Enabled = Not .Enabled
End with
End Sub
The macro "toggles" the toolbar, i.e. it turns the toolbar on the
first time
it runs and turns it off next time. Once you have installed the macro,
choose Tools menu => Macro => Macros => scroll to "ToggleWeb" and click
"Run". Repeat if the toolbar does not disappear. Word will remember the
setting and you will not see the toolbar again while this Normal template
continues in use.
Cheers,
Clive Huggan Canberra, Australia
(My time zone is 5-11 hours different from the US and Europe, so my
follow-on responses to those regions can be delayed)
============================================================
* SUGGESTION -- KEEP REVISITING AFTER YOU POST: If you post a
question, keep
re-visiting the newsgroup for several days after the first response comes
in. Sometimes it takes a few responses before the best or complete
solution
is provided; sometimes you'll be asked for further information. Good tips
about getting the best out of posting are at
http://word.mvps.org/Mac/AccessNewsgroups.html and
http://word.mvps.org/FindHelp/Posting.htm (if you use Safari you may
see a
blank page and have to hit the circular arrow icon -- "Reload the current
page" -- two or more times).
============================================================
On 4/7/06 5:14 AM, in article
(e-mail address removed), "PAS"
Does anyone know how to clear the "web toolbar history" in Office 2004?
Thanks,
Phil
Another case of bad typing.
The very first thing that happens when you apply the latest update to
Office, is a Window comes up with a message. "Do you wish to disable
"ALL" Macros". with a choice of Okay or Continue. Continue means to
just finish the install.
Sorry!
Hey Clive
The very first thing that happens when you apply the latest update to
Office, is a Window comes up with a message. "Do you wish to disable
"ALL" Macros". with a choice of Okay or Continue. Continue means no
finish the install.
If you need a Macro for you answer to work wouldn't that defeat one of
the new security features?
Clive said:Hello Phil,
One way is to get rid of the web toolbar altogether.
Here's an excerpt from some notes on the way I use Word for the Mac,
titled
"Bend Word to Your Will", which are available as a free download from the
Word MVPs' website
(http://word.mvps.org/Mac/Bend/BendWordToYourWill.html):
WEB TOOLBAR, TO STOP IT APPEARING WHEN CLICKING ON TOC OR OTHER
HYPERLINKS
If you have long documents in which you click on the page number in the
Table of Contents to get to a topic, the Web toolbar appears. Usually you
don't want it to appear.
To get rid of the web toolbar, you have to install a macro, and you'll
probably put it in the Normal template. Here are the details:
For instructions on installing macros generally, go to:
http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm
[If you are using Safari, you will have to click on the circular arrow
("reload the current page") button a couple of times.]
The article is about Word on the Windows platform, but Word on the Mac
works
much the same (use the Option key where the notes refer to the Alt key).
Copy this into the new macro window when you get that far:
Sub ToggleWeb()
With CommandBars("Web")
.Enabled = Not .Enabled
End with
End Sub
The macro "toggles" the toolbar, i.e. it turns the toolbar on the
first time
it runs and turns it off next time. Once you have installed the macro,
choose Tools menu => Macro => Macros => scroll to "ToggleWeb" and click
"Run". Repeat if the toolbar does not disappear. Word will remember the
setting and you will not see the toolbar again while this Normal template
continues in use.
Cheers,
Clive Huggan Canberra, Australia
(My time zone is 5-11 hours different from the US and Europe, so my
follow-on responses to those regions can be delayed)
============================================================
* SUGGESTION -- KEEP REVISITING AFTER YOU POST: If you post a
question, keep
re-visiting the newsgroup for several days after the first response comes
in. Sometimes it takes a few responses before the best or complete
solution
is provided; sometimes you'll be asked for further information. Good tips
about getting the best out of posting are at
http://word.mvps.org/Mac/AccessNewsgroups.html and
http://word.mvps.org/FindHelp/Posting.htm (if you use Safari you may
see a
blank page and have to hit the circular arrow icon -- "Reload the current
page" -- two or more times).
============================================================
On 4/7/06 5:14 AM, in article
(e-mail address removed), "PAS"
Does anyone know how to clear the "web toolbar history" in Office 2004?
Thanks,
Phil
Does anyone know how to clear the "web toolbar history" in Office 2004?
Thanks,
Phil
That's interesting: I didn't get that. And I have LOTS of macros
Another case of bad typing.
The very first thing that happens when you apply the latest update to
Office, is a Window comes up with a message. "Do you wish to disable
"ALL" Macros". with a choice of Okay or Continue. Continue means to
just finish the install.
Sorry!
Hey Clive
The very first thing that happens when you apply the latest update to
Office, is a Window comes up with a message. "Do you wish to disable
"ALL" Macros". with a choice of Okay or Continue. Continue means no
finish the install.
If you need a Macro for you answer to work wouldn't that defeat one of
the new security features?
Clive Huggan wrote:
Hello Phil,
One way is to get rid of the web toolbar altogether.
Here's an excerpt from some notes on the way I use Word for the Mac,
titled
"Bend Word to Your Will", which are available as a free download from the
Word MVPs' website
(http://word.mvps.org/Mac/Bend/BendWordToYourWill.html):
WEB TOOLBAR, TO STOP IT APPEARING WHEN CLICKING ON TOC OR OTHER
HYPERLINKS
If you have long documents in which you click on the page number in the
Table of Contents to get to a topic, the Web toolbar appears. Usually you
don't want it to appear.
To get rid of the web toolbar, you have to install a macro, and you'll
probably put it in the Normal template. Here are the details:
For instructions on installing macros generally, go to:
http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm
[If you are using Safari, you will have to click on the circular arrow
("reload the current page") button a couple of times.]
The article is about Word on the Windows platform, but Word on the Mac
works
much the same (use the Option key where the notes refer to the Alt key).
Copy this into the new macro window when you get that far:
Sub ToggleWeb()
With CommandBars("Web")
.Enabled = Not .Enabled
End with
End Sub
The macro "toggles" the toolbar, i.e. it turns the toolbar on the
first time
it runs and turns it off next time. Once you have installed the macro,
choose Tools menu => Macro => Macros => scroll to "ToggleWeb" and click
"Run". Repeat if the toolbar does not disappear. Word will remember the
setting and you will not see the toolbar again while this Normal template
continues in use.
Cheers,
Clive Huggan Canberra, Australia
(My time zone is 5-11 hours different from the US and Europe, so my
follow-on responses to those regions can be delayed)
============================================================
* SUGGESTION -- KEEP REVISITING AFTER YOU POST: If you post a
question, keep
re-visiting the newsgroup for several days after the first response comes
in. Sometimes it takes a few responses before the best or complete
solution
is provided; sometimes you'll be asked for further information. Good tips
about getting the best out of posting are at
http://word.mvps.org/Mac/AccessNewsgroups.html and
http://word.mvps.org/FindHelp/Posting.htm (if you use Safari you may
see a
blank page and have to hit the circular arrow icon -- "Reload the current
page" -- two or more times).
============================================================
On 4/7/06 5:14 AM, in article
(e-mail address removed), "PAS"
Does anyone know how to clear the "web toolbar history" in Office 2004?
Thanks,
Phil
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.