Hi guys, im very new to VBA and have been trying to put together a macro. Ive been trying to use
Cells.Find(what:="Cost Cde", After:=ActiveCell, LookIn:=xlValues, LookAt:= _
       xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False _
       , SearchFormat:=False).Activate
with .findnext but keep getting a variety of errors. Is there a way to use these together or do I need something else altogther?
Thanks for any help