View Single Post
 
Old 01-31-2015, 02:40 PM
NobodysPerfect NobodysPerfect is offline Windows 8 Office 2010 32bit
Competent Performer
 
Join Date: Jan 2014
Location: Germany
Posts: 136
NobodysPerfect is on a distinguished road
Default Control Toolbox command bar keeps showing up

Hi to all,

I remember some time ago I encountered the same problem and found a solution, but unfortunately I did not bookmark the site… .

The problem: I created a new user form and whenever I 'show (modeless)' the user form, the Control Toolbox pops up. I simply don't know how to get rid of it (of course I can click the closing X).
Closing the user form also closes the Control Toolbox, opening it, again opens the Control Toolbox.
When shown via Document_New or Document_Open, both the Control Toolbox and the user form will be opened in the new or opened document.

It’s rather annoying to see the Toolbox along with the user form …


Code:
?Application.CommandBars("Control Toolbox").visible
Returns 'False', which means I cannot hide it.

Any ideas?

Thanks
NP
Reply With Quote