Thread: [Solved] web tool bar!!
View Single Post
 
Old 10-11-2011, 06:31 AM
Stefan Blom's Avatar
Stefan Blom Stefan Blom is offline Windows 7 64bit Office 2010 32bit
Moderator
 
Join Date: Aug 2011
Posts: 4,036
Stefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to all
Default

The first macro is the first "sub" in the article I linked to:

Code:
 
Public Sub BanishWebToolbar()
CommandBars("Web").Enabled = False
'Change 'False' to 'True' to re-enable the Toolbar
End Sub
The Web toolbar was designed for the Web view, that is correct. Running the macro once should turn it off permanently though (for all views). For installation instructions, you can take a look at http://www.gmayor.com/installing_macro.htm.
__________________
Stefan Blom
Microsoft Word MVP

Microsoft 365 apps for business
Windows 11 Professional
Reply With Quote