Good morning, I've always found the advice posted here useful so I'm hoping someone can help me out!
I know a bit about VBA and have coded a few macros, but I'm really struggling to find a way to do this one.
Basically, in column A, I have a very large list of data, I'd like a VBA macro that if the contents of cell B2 are found in a cell in column A, that cell then becomes the active cell.
So if the contents of cell B2 are found in cell A123, cell A123 becomes the active cell.
I know I could just use ctrl+F, but I need cell B2 to be a search box.
Thanks in advance for any help!
I know a bit about VBA and have coded a few macros, but I'm really struggling to find a way to do this one.
Basically, in column A, I have a very large list of data, I'd like a VBA macro that if the contents of cell B2 are found in a cell in column A, that cell then becomes the active cell.
So if the contents of cell B2 are found in cell A123, cell A123 becomes the active cell.
I know I could just use ctrl+F, but I need cell B2 to be a search box.
Thanks in advance for any help!