Hi There,
I have an google pulldown menu that works fine, but when I select an other cell I keeps pulling down?
hereby my code, what am I doing wrong?
Private Sub ComboBox_Change()
ComboBox.DropDown
If Range("B5").Value <> "" Then
Range("B6").Value = Evaluate("=VLookup(B5,SEARCH, 7, 0)")
Else
On Error Resume Next
Range("B6").ClearContents
End If
End Sub
Greetings,
Steel010
I have an google pulldown menu that works fine, but when I select an other cell I keeps pulling down?
hereby my code, what am I doing wrong?
Private Sub ComboBox_Change()
ComboBox.DropDown
If Range("B5").Value <> "" Then
Range("B6").Value = Evaluate("=VLookup(B5,SEARCH, 7, 0)")
Else
On Error Resume Next
Range("B6").ClearContents
End If
End Sub
Greetings,
Steel010