RoseChapman
New Member
- Joined
- Jun 12, 2018
- Messages
- 40
Hello
I am trying to copy what I have in column H of Sheet 1 and paste the same column in columns B and D of sheet 2. The problem I am having is that I am also copying the headings from sheet 1 in sheet 2 and I do not want that, I do not know how to avoid the headings, could you please help?
Worksheets("sheet1").Range("H:H").Copy
Worksheets("sheet2").Range("B:B, D;D").PasteSpecial Paste:=xlPasteValues
Application.CutCopyMode = False
Thanks
Rose
I am trying to copy what I have in column H of Sheet 1 and paste the same column in columns B and D of sheet 2. The problem I am having is that I am also copying the headings from sheet 1 in sheet 2 and I do not want that, I do not know how to avoid the headings, could you please help?
Worksheets("sheet1").Range("H:H").Copy
Worksheets("sheet2").Range("B:B, D;D").PasteSpecial Paste:=xlPasteValues
Application.CutCopyMode = False
Thanks
Rose