Hi, folks.

As the title says, I'm trying to do a search in a given column, find the first match and then cycle through the next matches (if any) by pressing a button.

The way I have it set up is with a TextBox. I have managed to do the first search by pressing enter in the TextBox using the [I]Find[/I ]method and have Excel select the cell where the match was found. What I want to do next is link a macro to an image or a button and have Excel find the next match, select the corresponding cell and cycle back to the beggining of the calumn when it reaches the end. I have tried using the same Macro with Application.Caller as a way of knowing what called the macro and the FindNext method, but I just can not get it working.

Any suggestion on how to get this done? I feel I should be able to figure this out, but I just don't have the time to sit and think it through, so I'm reaching out for help.

Thanks in advanced