View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Luke Luke is offline
external usenet poster
 
Posts: 142
Default ToolBox keeps popping up whenever UserForm shows

I have a nice, MultiPage (2 tabs) user form that is coded to show whenever a
user clicks within a certain range of cells. When it shows, however, the
ToolBox shows up right next to it. If I click on the second tab of the user
form, the ToolBox goes away, but if I click on the first tab it shows up
again.

Is there some property for the user form (or page 1 of the multi-page, for
that matter) that I need to change to keep this from happening?

Thanks.