Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to put in a cell a formula that refer to another workbook... how can I
do that? -- Message posted via http://www.officekb.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try something like
='H:\[book2.xls]Sheet1'!A1 -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "MarcL via OfficeKB.com" <u19204@uwe wrote in message news:5d35c5d411c31@uwe... I need to put in a cell a formula that refer to another workbook... how can I do that? -- Message posted via http://www.officekb.com |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
activecell.formula = "='C:\My Folder\[My Book.xls]Sheet1'!A1"
-- Regards, Tom Ogilvy "MarcL via OfficeKB.com" <u19204@uwe wrote in message news:5d35c5d411c31@uwe... I need to put in a cell a formula that refer to another workbook... how can I do that? -- Message posted via http://www.officekb.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
link two workbooks | Excel Discussion (Misc queries) | |||
Link Workbooks | Excel Discussion (Misc queries) | |||
How workbooks link to other workbooks | Excel Discussion (Misc queries) | |||
Can I establish a link based on a date? | Excel Worksheet Functions | |||
Link between workbooks | Links and Linking in Excel |