Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Suppose your current workbook is Book1.xls You have another workbook open called Book2.xls with 1 worksheet Sheet1 Book1 being the active workbook Range("A1:D200").copy Workbooks("Book2").Sheets("Sheets1").Range("A1").P asteSpecial Application.CutCopymode = False ' Contents of A1:D200 will be copied into the new workbook HTH Rgds Raymond |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to copy an image (or picture) from one workbook to a new sheetin another workbook | Excel Worksheet Functions | |||
Excel-how to link source workbook to copy of destination workbook | Excel Worksheet Functions | |||
Copy cells based on conditions in one workbook to another workbook | Excel Discussion (Misc queries) | |||
loop through a column on a workbook copying data on each row to another workbook, then copy data back to the original workbook | Excel Programming | |||
Copy a range of cells in an unopened workbook and paste it to the current workbook | Excel Programming |