Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Control Toolbox does not appear when trying to design a Userform!

Hi people -

I am trying to design a Userform in Visual Basic Editor in Excel 2002,
and I can't get the control toolbox to show up (making my userform
rather useless).

Anyone have any tips? I read something on MSDN about an MS Access bug
where the Toolbox is off the viewable area and you can use VBA to
re-center it... but I can't seem to get this to work in Excel.

Help!

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Control Toolbox does not appear when trying to design a Userform!

could it be as simple as going into the View menu in VBA and clicking on the
toolbox entry. This toggles the toolbox on and off. Also there is an icon
next to the object browser icon that does the same thing.

--
Regards,
Tom Ogilvy

wrote in message
ups.com...
Hi people -

I am trying to design a Userform in Visual Basic Editor in Excel 2002,
and I can't get the control toolbox to show up (making my userform
rather useless).

Anyone have any tips? I read something on MSDN about an MS Access bug
where the Toolbox is off the viewable area and you can use VBA to
re-center it... but I can't seem to get this to work in Excel.

Help!



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Control Toolbox does not appear when trying to design a Userform!

Just to add, the userform has to have the focus for the two toggle options I
described to be active.

--
Regards,
Tom Ogilvy


wrote in message
ups.com...
Hi people -

I am trying to design a Userform in Visual Basic Editor in Excel 2002,
and I can't get the control toolbox to show up (making my userform
rather useless).

Anyone have any tips? I read something on MSDN about an MS Access bug
where the Toolbox is off the viewable area and you can use VBA to
re-center it... but I can't seem to get this to work in Excel.

Help!



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Control Toolbox does not appear when trying to design a Userform!

Hi Tom -

THanks for your suggestion. However, the state of the toggle switches
between active/inactive, but the toolbox doen't show up on the screen.
It seems to be out of the viewable area. Any ideas?

Thanks!

Aubain

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Control Toolbox does not appear when trying to design a Userform!

I had a similar problem a little while ago. The toolbox would appear, but all
the icons were missing.


I got this message from Rob Bovey:

With Excel shut down, search your hard disk(s) for a file called
Excel.box (it's the VBE toolbox equivalent of an Excel .xlb file). Delete it
and then restart Excel. That may do the trick.


And this message from Tom Ogilvy:

It appears to be just a special multipage control.

If you right click above the tabs, you get a shortcut menu that allows you
to add and delete pages.

If you right click on one of the tabs, you get the additional controls popup
menu. Select that and just click the controls you want on the tab/page.


I believe I did a little of Tom's suggestion, until I broke down and just did
them all at once with Rob's suggestion.

(It scared the heck out of me!)

=======
You may want to rename excel.box to excel.boxOLD--just in case this doesn't help
and you want to get it back.



wrote:

Hi people -

I am trying to design a Userform in Visual Basic Editor in Excel 2002,
and I can't get the control toolbox to show up (making my userform
rather useless).

Anyone have any tips? I read something on MSDN about an MS Access bug
where the Toolbox is off the viewable area and you can use VBA to
re-center it... but I can't seem to get this to work in Excel.

Help!


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Control Toolbox does not appear when trying to design a Userform!

Dave -

Unfortunately there is no file called "excel.box" on my computer!!
Also, I uninstalled Office 2002 and upgraded to 2003... and the problem
persists! The toolbox refuses to show itself no matter what I do.

-Aubain

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Control Toolbox does not appear when trying to design a Userform!

Maybe it was hidden so search didn't find it???

mine (also xl2003) is in:
C:\Documents and Settings\(username)\Application Data\Microsoft\Forms



wrote:

Dave -

Unfortunately there is no file called "excel.box" on my computer!!
Also, I uninstalled Office 2002 and upgraded to 2003... and the problem
persists! The toolbox refuses to show itself no matter what I do.

-Aubain


--

Dave Peterson
  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Control Toolbox does not appear when trying to design a Userform!

Hi Dave -

Yes, it was indeed a hidden file that I failed to find the first time
around (that should teach me for rushing through things).

I deleted the file, restarted excel and it still didn't work! I've
tried re-positioning the toolbox via the immediate window in the
following way (adapted from someone's query about an MS Access toolbox
problem):

application.vbe.commandbars("toolbox").left = 100
application.vbe.commandbars("toolbox").top = 100


that doesn't work either... I'll try to reboot and see what happens.

Thanks for the help!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Protect User from edit Control Toolbox (Design Mode) Chrilee Excel Discussion (Misc queries) 2 March 17th 09 05:56 AM
control toolbox and userform toolbars in XL 03 Dave F[_2_] Excel Discussion (Misc queries) 2 August 8th 07 08:04 AM
Problem: Control Toolbox Control resizes when clicked Ed Excel Programming 1 July 27th 05 07:55 AM
Controls Toolbox control vs Form Toolbox control Tony_VBACoder Excel Programming 3 January 28th 05 08:30 AM
control toolbox contrls disabled in design mode Kent Eilers Excel Programming 2 February 12th 04 04:32 PM


All times are GMT +1. The time now is 06:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"