Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I am using the following code to create a Combo Box. I need to add Hide the Combo Box using a Check Box. Will someone identify the code to hide the Combo Box when the Check Box is clicked? Here is the Combo Box code Sub CreateComboBox() Dim oWs As Worksheet Dim oOLE As OLEObject Set oWs = ActiveSheet Set oOLE = ActiveSheet.OLEObjects.Add (ClassType:="Forms.Combobox.1", _ Left:=150, Top:=100, Width:=80, Height:=32) oOLE.ListFillRange = "A1:A10" End Sub Sub UserComboBox_Hide() 'Click to hide Combo Box Add hide code here End Sub Thanks Paul |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hide combo box | Excel Discussion (Misc queries) | |||
Combo/List Box and Check Box | Excel Discussion (Misc queries) | |||
Hide Combo Boxes | Excel Worksheet Functions | |||
Hide my combo boxes! | Excel Discussion (Misc queries) | |||
"Combo Box - getting control combo box to stick in place in worksh | Excel Discussion (Misc queries) |