I'm trying to select a cell in columns a based on a value in range ("c4").
is there such a code besides the one below? if I use this code for every cell
then the code will be too long and it want work.
it should be a loop code but cant find one.
needs to be from range a1:a2000. Thanks
If Range("a1") = range ("c4") then
Range ("a1") .select
End if
Bookmarks