george hart
Board Regular
- Joined
- Dec 4, 2008
- Messages
- 241
Hi
Can anyone advise why the Cells.Find(What:=(r) is blank, when it should be looking for the contents i copied?
ActiveCell.Offset(-1, 0).Select
Selection.Copy
Selection = r
Application.CutCopyMode = False
Sheets("Current Period-YTD Ops KPI").Select
Cells.Find(What:=(r), After:=ActiveCell, LookIn:=xlFormulas, _
LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _
MatchCase:=False).Activate
Man thanks in advance
Can anyone advise why the Cells.Find(What:=(r) is blank, when it should be looking for the contents i copied?
ActiveCell.Offset(-1, 0).Select
Selection.Copy
Selection = r
Application.CutCopyMode = False
Sheets("Current Period-YTD Ops KPI").Select
Cells.Find(What:=(r), After:=ActiveCell, LookIn:=xlFormulas, _
LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _
MatchCase:=False).Activate
Man thanks in advance