Combo box
Has been answered - thanks
"teresa" wrote:
Ive tried the below - howver doesnt seem to call CL, always calls "Value"
Thanks
Private Sub ComboBox1_Change()
If Worksheets("Sheet1").Range("AA3").Value = "C" Then
Call CL
Else
Call Value
End If
End Sub
|