VBA cell.find

Joined
May 11, 2007
Messages
11
Reaction score
0
I have this code recorded by XL. Works ok.
**
Cells.Find(What:="dd", After:=ActiveCell, LookIn:=xlFormulas, LookAt:= _
xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False) _
.Activate
End Sub

**



In the first part - (What="dd",
I want the macro to read Cell G1 and look for text that is in that cell.. Which could be dd or other text as G1 changes often.


Thanks

Charlie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top