sounds like you may have the right 'relative address' but not the right sheet.
When the 'hit' or 'search result' is found, you need to add the spec to identify
the sheet name or index; in the example looks like you are setting up Sheet
Indexes by the k value. If so, try this:
Sheets(k).Cells(rngA.Row, [e:e].Column).Value = recdate.text
see if that get you what you need.