Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Andrija

    Find ComboBox Value In a Excel Column

    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

Part and Inventory Search

Back
Top