Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have :
Sub inputdata() Set destSheet = Worksheet("data") Set sourceSheet = Worksheet("register") Workbooks("data.xls").Activate DestSheet(Range("a1:a10")).Value = sourceSheet(Range("a1:a10")).Value my question/problem is that destsheet and sourcesheet are in different workbooks...how would i add that in my code? i tried some stuff but couldnt get it the 2 workbooks are data.xls and register.xls thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Regular Workbooks vs. Binary Workbooks | Excel Discussion (Misc queries) | |||
Updating Workbooks from multiple links Workbooks | Excel Worksheet Functions | |||
Copy/ move selected data from workbooks to seperate worksheets or workbooks | Excel Worksheet Functions | |||
Display 2 formulas from source workbooks to destination workbooks | Excel Discussion (Misc queries) | |||
suddenly my excel workbooks are "shared workbooks" | Excel Discussion (Misc queries) |