Good morning all,
Hopefully someone with a lot more brains than me can help. I have managed to 'cobble' together a few automated workbooks which satisfy my needs in the past (pasting open source code together until I achieve my aim). However as I am no VBA coder I am at a loss with this one. I have quite a complicated worksheet (although I have simplified it for this question).
Basically the user presses a button which opens a search box. The user enters a search value, and I would like this value to be checked against two cells (number Min and Number Max) Columns B & C on my attached workbook. If the users enter value >= to the Number Min AND <= Number Max, then I would like to return the Unique ID (Column A) into my UserForm in the TxtReturnValues box. If there are multiple returns I would like them listed under each other in the TxtReturnValues box.
Keeping my fingers crossed someone can help (If you can understand what I am after