F
filo666
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) isn’t showed, this happens just with the controls that I use
from the control toolbox, with the controls of forms menu bar this isn’t
happens and is imperative for me to use the controls from the control toolbox.
What is happening
ANY SUGGESTIONS???
TIA
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) isn’t showed, this happens just with the controls that I use
from the control toolbox, with the controls of forms menu bar this isn’t
happens and is imperative for me to use the controls from the control toolbox.
What is happening
ANY SUGGESTIONS???
TIA