I'm having an issue copying data to another sheet within the same workbook.
in the code provided the program works fine.
Sub dinocheck()
Dim i As Integer
Dim r2 As Integer
Dim lastrowdl, lastrowc, lastrowh, lastrowo, lcol As Long
lastrowdl = Sheets("dino list").Cells(Rows.Count...