Hello,
I'm stuck at a Piece of Code where I try to delete all rows from row 2 to row (variable).
My Code Looks like that:
dim lng_rdel as Long
dim wb_paste as workbook
lng_rdel = wb_paste.Worksheets("csv").UsedRange.SpecialCells(xlCellTypeLastCell).Row...