Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Please help me modify the movesheet macro listed below to start on row 10 on the source worksheet (Sheet1) and destination worksheet (Test) to start on row 3. Thanks so much for your help. Sub movesheet() With Sheets("Sheet1") ..Columns("B:B").Copy _ Destination:=Sheets("Test").Columns("C:C") ..Columns("C:C").Copy _ Destination:=Sheets("Test").Columns("G:G") ..Columns("F:F").Copy _ Destination:=Sheets("Test").Columns("F:F") End With End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy rows from one worksheet automatically, ignore rows that are b | Excel Worksheet Functions | |||
Copy Values From Worksheet to another Worksheet same Workbook | Excel Programming | |||
Find all rows of a color and copy those rows to a new worksheet | Excel Programming | |||
Copy Values from WorkSheet back to Another Workbook Replacing Values in Worksheet | Excel Programming | |||
copy worksheet from closed workbook to active workbook using vba | Excel Worksheet Functions |