Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The following code should copy Columns C and D from one
workbook to another one. However, it is copying columns A, B, C, and D. Windows("Work Orders - Master.xls").Activate Sheets("Drum Prep").Select Columns("C:D").Select Selection.Copy Windows("Form.xls").Activate Sheets("Drum Prep Comparison").Select Columns("D:D").Select ActiveSheet.Paste Any ideas on how to fix this quirk? Thanks SS |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copying row | Excel Discussion (Misc queries) | |||
copying a row | Excel Worksheet Functions | |||
copying the Hyperlink function result without copying the actual formula | Excel Worksheet Functions | |||
Copying data down to next dirty cell, then copying that data | Excel Programming | |||
Help with copying please. | Excel Programming |