Thread
:
Combo box
View Single Post
#
1
Posted to microsoft.public.excel.programming
Teresa
external usenet poster
Posts: 169
Combo box
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
Reply With Quote
Teresa
View Public Profile
Find all posts by Teresa