find
I am trying to write a simple "Find" Procedure that I will expand on once I
get it to work. I have:
Range("A1:G16").find(What:="abc", LookIn:=x1Values, LookAt:=x1Whole,
SearchOrder:=x1ByColumns).Activate
When I run it I get a "scpript out of range error". What am I doing wrong?
Thanks
|