Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
lock cell whit first value | Excel Worksheet Functions | |||
Sum of cells whit the same name | Excel Worksheet Functions | |||
Two columns whit same value | Excel Programming | |||
How can I get the record from excel whit asp? | Excel Programming | |||
help whit hyperlink | Excel Programming |