Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50099

Copy Data to New Sheet, Starting in a Specific Row

$
0
0
Hi all, My First post, so forgive me if I dont give the Right information.

I am Trying to copy All The Data in Column H of my master Sheet to an Invoice Template that I have Created.
This Code:

Code:

   
  Sheets(shorg).Columns("H:H").Copy Destination:=Sheets(shdes).Columns("A:A").Range([A9], Range("H" & Rows.Count).End(xlUp))

Copies the Data correctly to Column A on the New Sheet, However, I need it to Start entering it on ROW 9 to avoid overwriting the Header of the Invoice. Any Ideas on what is wrong?

Viewing all articles
Browse latest Browse all 50099

Trending Articles