Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good Evening Group,
On my UserForm there is a ComboBox linked to a SpinButton by below code: Private Sub ComboBox1_Change() NewVal = Val(ComboBox1.Value) If NewVal = SpinButton1.Min And _ NewVal <= SpinButton1.Max Then _ SpinButton1.Value = NewVal End Sub Is it possible to determine if the ComboBox value is manipulated by the SpinButton or if the ComboBox value has has been "manually" inserted? Brgds CG Rosén |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Looking at alternatives | Excel Discussion (Misc queries) | |||
Indirect alternatives | Excel Discussion (Misc queries) | |||
What are the alternatives ??? | Excel Discussion (Misc queries) | |||
Macros & alternatives | Excel Programming | |||
how do i insert a combobox in excel | Excel Worksheet Functions |