Your code tested fine. Must be another problem.
If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"Wes_A" <(E-Mail Removed)> wrote in message
news:4BEDC56A-4D8E-4D45-8702-(E-Mail Removed)...
> My code:
> Appears to run through but does not produced the expected result, only
> offsets from current cell.
>
> Sheets("AUDIT_TRAIL_MONTHLY").Select
> On Error Resume Next
> Range("A13:A24").Find(What:=Range("D2"), LookIn:=xlValues, _
> LookAt:=xlWhole, SearchOrder:=xlByRows, _
> SearchDirection:=xlNext, _
> MatchCase:=False).Offset(0, 1).Activate