Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try the below. The destination is kept as 1st sheet Range A1. Change to suit.
Source would be the active sheet Sub Macro() Dim wb As Workbook, ws As Worksheet Set ws = ActiveSheet Set wb = Workbooks.Add ws.Range("Q1:R20").Copy wb.Sheets(1).Range("A1") End Sub -- Jacob "Elton Law" wrote: Dear expert, Wanna copy and paste value of range Q1:R20 in sheet1 to a new workbook. Is that difficult? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy & Paste from One Workbook to a Macroed Template Workbook | Excel Programming | |||
Selecting data from 1 workbook to copy and paste to a 2nd workbook | Excel Programming | |||
I cannot paste from one workbook to another. Copy works, paste do. | Excel Discussion (Misc queries) | |||
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 |