Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I am trying to copy a range from one workbook to another. Other posts say you cannot copy from an inactive worksheet, but when I copy to the clipboard, open or activate the other workbook, it fails. Workbooks("349999M.xls").Worksheets("Sheet1").Rang e("A1:E14").Copy Workbooks.Open "\\Server1\BellPit.xls", False ActiveWorkbook.Worksheets(1).Activate Cells(1, 1).Activate ActiveSheet.Paste Any help would be great, Thanks Chad |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy range from one workbook to other in C# | Excel Worksheet Functions | |||
copy a range from another workbook | Excel Programming | |||
Need a macro to copy a range in one workbook and paste into another workbook | Excel Programming | |||
Copy a range of cells in an unopened workbook and paste it to the current workbook | Excel Programming |