Hello everyone,
can anyone tell me the following:
I have a sheet with a header, and my macro is copying rows to the respective sheet but it keeps pasting over my header as i caould not find a solution to move to the next available empty row.
I have tried this but it has no effect
THank you,
Ossian
can anyone tell me the following:
I have a sheet with a header, and my macro is copying rows to the respective sheet but it keeps pasting over my header as i caould not find a solution to move to the next available empty row.
I have tried this but it has no effect
Code:
nextrow = Sheets("OnlyV").Range("A" & Rows.Count).End(xlUp).Row + 1
THank you,
Ossian