![]() |
![]() |
|
|||||||
| 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 |
|
Board Regular
Join Date: Apr 2002
Location: iceland
Posts: 138
|
Hi guys.
I have two workbooks (W1 and W2), the first worksheets in both workbooks are identical,(WS1 and WS2), if I fill out WS1 (it contains alot af data and simple formulas), how can I get WS2 automaticly. BK stulli |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Monterrey, Mexico
Posts: 1,433
|
Kind of confused on your request. Do you just want to copy the first worksheet of workbook 1 to the first worksheet of workbook 2? If so, then try something like the following:
Workbooks(1).Sheets("WS1").Copy Before:=Workbooks(2).Sheets(1)
__________________
Kind regards, Al Chara |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|