John Davis
Well-known Member
- Joined
- Sep 11, 2007
- Messages
- 3,457
Hello All:
I have the following code snipit:
How can I use the find method to activate the cell with CM21158 in it?
I have the following code snipit:
Code:
Dim X As Variant
X = Inputbox(--CM21158--)
'
Columns("A:A").Select
Cells.Find(What:="&X&", After:=ActiveCell, LookIn:=xlValues, LookAt:=xlWhole, SearchOrder:=xlByColumns, SearchDirection:=xlDown).Activate
How can I use the find method to activate the cell with CM21158 in it?