Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sub ComboBox1_Change()
If [i]variable[/i] <> 0 Then
' .... your calculation/comparing code
' [b]then[/b] set the variable for the new value
Else
[i]variable[/i] = ComboBox1.ListIndex
End If