Combobox ChangeCombo Box change
Hello,
I Just leanred an easy way to do this :
Sub Combobox1_Change()
call ActivesheetCalcluateProcedure
End sub
Sub ActivesheetCalculateprocedure ()
Avtivesheet.Calculate
End Sub
Each time your combobox value changes, the procedure That calculates your activesheet values gets called.
Hope it helps
Cheerios