find value in cell
Posted by tom venn on February 12, 2002 3:36 PM
hi, here is my current code:
Selection.Find(What:="2002/2", After:=ActiveCell, LookIn:=xlValues, _
LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _
MatchCase:=False).Activate
Instead of finding "2002/2" all the time, I would like to find the value in cell A1.
any help is appreciated.
thanks,
- thomas