Hello,

I've got some code running where I search through every column in excel for the prefix "F00". After finding it I can then search again for the next cell after this with the same prefix.

The problem is that I begin searching at the active cell, but I want to start the search at position "A1", not whichever cell is currently active.

What code do I need to use to change the activecell to A1 or to just search starting at A1 instead of using activecell at all.

Thanks


Edit: Nevermind, that was a stupid question. I figured it out.