Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, if I have 2 instance of excel open, and i want A1 in workbook1 to
= a1 in workbook 2, what do I put in the cell. Ive tried =Workbooks("workbook2").Worksheet1.Range("a1"). I want to create a user form and have the labels in workbook1 = certain cells in workbook2. Both workbooks will be open toghether always. RegarDS rOBERT |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
try Workbooks("workbook1").Worksheet(1).Range("a1") = Workbooks("workbook2").Worksheet1.Range("a1")..val ue Regards Yngve |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
sorry, the first answ. is for Sub VBA Put this in "workbook1 worksheet1" Range("A1") =[workbook2.xls]sheet1!$A$1 Regards Yngve |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, thanks for your reply, Unfortunatly I couldnt get either to work.
Im particully intersted in the first one. But it says its not a valied object. Regards Robert |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, got it to work with
='I:\MyDocuments\Settings\[trade.xls.sheet1]C'!$B$3. The problem Ive got now is when the values change in trade.xls they dont update in workbook1. Any Ideas. Thanks for your advice. Regards Robert |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
you need to have trade.xls open Regards Yngve |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
you could also try go into tools, options, calculation tikk on autumatc and update remote tabels regards yngve |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
you could also try go into tools, options, calculation tikk on autumatc and update remote tabels regards yngve |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
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) | |||
Set buttons to own workbooks, but not to general workbooks. | Excel Programming |