View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
filo666 filo666 is offline
external usenet poster
 
Posts: 265
Default what is happening whit my controls

Hi, I have a workbook with a autoopen procedure, this procedure among all the
actions it does, hide all the toolbars:
a = False
With Application
.CommandBars("Programa 2").Enabled = a
.CommandBars("Analisis").Enabled = a
.CommandBars("Programa").Enabled = a
.CommandBars("Worksheet Menu Bar").Enabled = a
€˜And so on
End with

In Worksheet €œRegistroVenta€ I have 2 comboboxes and one button (the tree of
them of control toolbox menu bar), my problem is when trying to use one of
the comboboxes or the button a grey rectangle appears at the top of my screen
(the space is where all the menu bars should go) but empty, and it appears
over the page so the top part of the page (where I have important
information) isnt showed, this happens just with the controls that I use
from the control toolbox, with the controls of forms menu bar this isnt
happens and is imperative for me to use the controls from the control toolbox.
What is happening
ANY SUGGESTIONS???
TIA