Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I delete a combobox placed in a worksheet by VBA, after
I no longer need it? Or can it be hidden? But it has no visible-property. Best wishes Roman Excel 2002 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
worksheets("Sheet1").OleObjects("Combobox1").Delet e
or worksheets("Sheet1").OleObjects("Combobox1").Visib le = False -- Regards, Tom Ogilvy "Roman Töngi" wrote in message ... How can I delete a combobox placed in a worksheet by VBA, after I no longer need it? Or can it be hidden? But it has no visible-property. Best wishes Roman Excel 2002 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
fill combobox depending on selection from another combobox | Excel Discussion (Misc queries) | |||
Problem Using Delete Key Because of Combobox | Excel Discussion (Misc queries) | |||
How Do I Load A ComboBox RowSource From The Results Of Another ComboBox | Excel Programming | |||
Delete every 3rd row, then delete rows 2-7, move info f/every 2nd row up one to the end and delete the row below | Excel Programming | |||
Populating combobox from another combobox | Excel Programming |