You must enter your code in UserForm module, for.ex.:
Private Sub CommandButton1_Click()
' CommandButton1 event procedure
Range("A:A").Select
Selection.Find( _
What:=ComboBox1.Text).Activate
MsgBox ActiveCell.Text
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.