Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The below shows the 2 MB's Twice -- OK the first time, but I ned to
eliminate them from ccurring the 2nd time (text only shows - no values) Thanks, Private Sub ComboBox1_Change() Application.EnableEvents = False MsgBox "You have chosen " & ComboBox1.Value MsgBox "The next step in this macro will deselect it" Me.ComboBox1.ListIndex = -1 Application.EnableEvents = True End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error message boxes.... | Excel Discussion (Misc queries) | |||
Message boxes | Excel Discussion (Misc queries) | |||
Built in message boxes | Excel Discussion (Misc queries) | |||
Built in message boxes | Excel Discussion (Misc queries) | |||
Hiding message boxes | Excel Discussion (Misc queries) |