I am trying to have the range to be copied by SpecialCells(CellTypeVisible). How can I incorporate this into the 2nd line of coding (...Range) without getting an error? The data is already filtered.
Please assist.
![]()
With Worksheets("MOD") lrow = .Range("U" & .Rows.Count).End(xlUp).Row .Range("U2:U" & lrow).Copy Sheets("NO WELCOME OR 30MDL").Range("A" & .Rows.Count).End(xlUp).Offset(1, 0) End With
Bookmarks