I am trying to add script where I can use find with a variable. I just need to modify this to find whatever I just copied to the clipboard.
Code:
Selection.Find(What:=ClipBoard, After:=ActiveCell, LookIn:= _
xlFormulas, LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:= _
xlNext, MatchCase:=False, SearchFormat:=False).Activate