Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
for the edification of anyone reading this thread with a similar problem, my
original answer provided a complete solution and works fine whether with a multipage or not and required no further modification. Each afterupdate event only refers to one combobox, so Private Sub ComboBox1_AfterUpdate() MyMacro ComboBox1 End Sub Sub MyMacro(CBox As MSForms.ComboBox) MsgBox CBox.Name & " " & CBox.Value End Sub This discounts any special needs the OP may have had that were not stated in the original question or follow on posts. -- Regards, Tom Ogilvy " wrote: Ok, between the two replies, I now have what I need. Many thanks! Laura |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Input box to update combo box | Excel Programming | |||
Combo box update to field | Excel Discussion (Misc queries) | |||
combo reference on another combo box for picking address etc. | Excel Worksheet Functions | |||
Combo update filtering | Excel Programming | |||
Combo Box Before Update | Excel Programming |