Hell why am I getting code error (1004) on this code/ Highlighted in red.
' Get the last row with text
Dim LastRow As Long
Dim i As Long
LastRow = Cells(Rows.count, 34).End(xlUp).row
' Use LastRow in loop
For i = 3 To LastRow
' Check if cell has text name...