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