Excel VBA - Copy Rows to new Sheet in different column
问题 I am using the following VBA to copy under a certain condition the Rows from one Sheet to another. I've now a new Excel where I want to reuse this, however this time I would like to start the pasting at column C5 rather than A5. I know that you can specify .cells but this is not working here that simple as I had imagined. Any help would be great :) Sub CopyRows() Dim Zeile As Long Dim ZeileMax As Long Dim n As Long Set RAW = Worksheets("RAWdata") Set Closed = Worksheets("RAWclosed") With RAW