
Originally Posted by
olio39
Thanks for checking this.
Through the Userform I put only the number, which one will have to be find in the range in the List. Actually it is not importnat.
Important is folowing: the VBA select the range and inside this range I would like to check if the number (for exa,ple 67000) is in this range.
Additioanly I would like to jump to the cell, where this number is and therefore I would need to know which this cell is.
Cool,
Here's a code from Ron de Bruin
This will select the first cell in column A with the InputBox value.
Maybe you can get an idea from it
Bookmarks