Toolbox won't appear

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This is very bizarre - When I open up a form in design mode and click on the
toolbox - it doesn't appear! Anyone have any suggestions?

Ken
 
Hi Ken

It's sometimes possible for an undocked CommandBar to be entirely off the
screen. Try entering the following commands in the debug window:

commandbars("Toolbox").visible=true
commandbars("Toolbox").left=0
commandbars("Toolbox").top=0
 
Back
Top