G Guest Jan 28, 2005 #1 It is frustrating to have this toolbar (and the Web one) appearing and dropping down my work area size.
It is frustrating to have this toolbar (and the Web one) appearing and dropping down my work area size.
D Dave Peterson Jan 29, 2005 #2 Jim Rech posted a couple of techniques concerning the reviewing toolbar: http://groups.google.com/[email protected] And for the Web toolbar... you could just enter a command from the VBE immediate window: Hit alt-f11 hit ctrl-g type this and hit enter: Application.CommandBars("web").Enabled = False And close this window and try it out. Change False to True when you decide you want it back.
Jim Rech posted a couple of techniques concerning the reviewing toolbar: http://groups.google.com/[email protected] And for the Web toolbar... you could just enter a command from the VBE immediate window: Hit alt-f11 hit ctrl-g type this and hit enter: Application.CommandBars("web").Enabled = False And close this window and try it out. Change False to True when you decide you want it back.