![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Posts: 6
|
Hi
I need to copy range data from an excel sheet to an excel sheet in Master Workbook.Can u please tell me code to do that?? Thanks in advance....... Jignesh |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
Code for that...
Workbooks("Book1.xls").Sheets("Sheet1").Range("A1").Copy Workbooks("Book2.xls").Sheets("Sheet2").Range("B2") How's that ? |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|