I wonder if anyone can help I am using a macro but I need to adapt it ...
Sub findApp()
lookfor = Selection.Value
Sheets("Home (2)").Activate
Cells.Find(What:=lookfor, After:=ActiveCell,
LookIn:=xlValues, _
LookAt:=xlWhole, SearchOrder:=xlByRows,
SearchDirection:=xlNext, _
MatchCase:=False).Select
If todays date is >or equal to January but < July search column “D”sheet2 If todays date is >or equal to July but <January search column “J” sheet2 I would really appreciate some help Thanks