adamolivier
New Member
- Joined
- Nov 18, 2015
- Messages
- 15
I am trying to use the Find function to find the last location that a word is used in column A. Below is my current code. I have tried various other versions and methods, but cannot seem to figure this out.
Any suggestions?
Code:
Sub Find()
Range("a10000").End(xlUp).Select
Range("a:a").Find("Count").Select
End Sub
Any suggestions?