![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Microsoft Office support MS Office support forum |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Sep 2009
Posts: 7
OS: Windows XP SP3
|
Word 2003: Hide Control Toolbox in macro documents
Hi all,
I have a Word document with a macro attached to it. This document will be used on several different computers. On some of these, the Control Toolbox pops out when the document is opened. The security setting used on all computers is Medium, by the way. The toolbox never pops up on my own machine. Is there a way to permanently prevent this from happening, regardless of which computer the document is being opened on? This toolbox is not needed since the macro has its own toolbar, it is just in the way and confuses people who don't know what it is. Thank you, Bertiebassett |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
TSF Enthusiast
Join Date: Apr 2008
Location: Australia
Posts: 563
OS: Vista
|
Re: Word 2003: Hide Control Toolbox in macro documents
Hi Bertiebassett,
Try adding the following lines to your macro: CommandBars("Exit Design Mode").Visible = False CommandBars("Control Toolbox").Visible = False The second one should do, but the first one will make sure both the Control Toolbox and the Design Mode button (which is allied to the Control Toolbox) get zapped.
__________________
Cheers macropod (MS MVP -Word) |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Sep 2009
Posts: 7
OS: Windows XP SP3
|
Re: Word 2003: Hide Control Toolbox in macro documents
Oh, hi, sorry to bother you again macropod :)
This was exactly the kind of solution I was hoping for. I did google around but never saw this suggestion anywhere else. I have tested it briefly on a few machines and it does seem to work. Thank you so much for sharing your knowledge around here! Bertiebassett |
|
|
|
![]() |
| Thread Tools | |
|
|