Hi there!
I use the following code to look up for duplicate values in column B, table1, sheet"2015"
How do I set the range for looking only in table's column B and not in the entire column B of the sheet?![]()
Application.WorksheetFunction.CountIf(Worksheets("2015").Range("B2:B5000"), TextBox1.Text)
Thx so much!
Bookmarks