Persistent Toolbars giving me fits

  • Thread starter Thread starter Steve Rau
  • Start date Start date
S

Steve Rau

Ever since I installed the Microsoft Office Live Add-In, its toolbar appears
in Word. I turn it off, because I haven't needed it. The next time I launch
the program, it's there again. I turn it off again. And so forth.

Do I need to make a change to the global template (and if so, how)? Or...?
 
I am not familiar with this add-in, but if there is no way of turning off
the toolbar without uninstalling the add-in, you could add the line
CommandBars("Toolbarname").Visible = False
where Toolbarname is the exact name of the toolbar, to both an autoexec and
an autonew macro in normal.dot - see
http://www.gmayor.com/installing_macro.htm which will force it off.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

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.

Ask a Question

Back
Top