Hi guys, I got some problems
Can someone help on my code, it highlight the lastrow in yellow.
Thanks.
Sub copydata()
Dim LastRow As Long
Sheets("Datadump").Range("E:G,S:S,AW:AW,AY:AY,BE:BE,CC:CC,CF:CV").Copy
With Worksheets("Clean")
LastRow = .Cells.Find("*", SearchOrder:=xlByRows...