Thread: [Solved] web tool bar!!
View Single Post
 
Old 10-15-2011, 05:04 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

You could try using an AutoOpen macro as follows:

Code:
 
Sub AutoOpen()
Call BanishWebToolbar
End Sub
Store this macro in the Normal template along with your original macro. (If such a macro already exists in the Normal template, simply add the line Call BanishWebToolbar.)
__________________
Stefan Blom
Microsoft Word MVP

Microsoft 365 apps for business
Windows 11 Professional
Reply With Quote