I would like to find the first cell in a column different from the rest
For instance column "Z" has hundreds of rows with the cell value "Fe"
I want to select the first cell in the column different from "Fe"
I set the range of the first instance of "Fe" as bastart and was trying this code
I didnt think it would work, but something similar is what I'm looking for.
Any help would be appreciated
Tom
For instance column "Z" has hundreds of rows with the cell value "Fe"
I want to select the first cell in the column different from "Fe"
I set the range of the first instance of "Fe" as bastart and was trying this code
Code:
[FONT=Verdana]Range(bastart, bastart.End(xlDown)).Find (cell.Value <> "Fe").select[/FONT]
I didnt think it would work, but something similar is what I'm looking for.
Any help would be appreciated
Tom