im lost at what you are trying to do, what are you searching for... the title, then it gives you the number?
what i have done if that is the case is
Range("L5") = TextBox1
nameofUserForm.TextBox2 = Range("L6").Text
L6 contains a vlookup or indexmatch using the contents of L5 as the subject of the search
Bookmarks