• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search in combobox product column of table1

No clear.
Do you search on product, date or unit?
What do you mean by combobox cannot list repeated products, what is de difference between product A in unit 3 and product A in unit 7 and product A in unit 47??
 
Yes
Same as the userform
The filter that is not working
If the same letter is in a line sequence, only one letter appears.
 
'How to change this VBA

Set Ws = Worksheets(1)

'For a Table

For i = 2 To Ws.Range("B" & Rows.Count).End(xlUp).Row

'Second column

If Ws.Cells(i, "C").Value = ComboBox1 Then
 
Back
Top