Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
='C:\[Budget 2006.xls]Mysheet'!$E$12 This is OK, however, how do I control eht filename dynamically? In other words, I want a cell that controls the filename. I haven't found a way to do this.... -- JF |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=indirect() will let you reference a cell or name and return it as a proper
reference.The destination workbok must be open for it to work -- paul remove nospam for email addy! " wrote: Hi, ='C:\[Budget 2006.xls]Mysheet'!$E$12 This is OK, however, how do I control eht filename dynamically? In other words, I want a cell that controls the filename. I haven't found a way to do this.... -- JF |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for your answer!
I assume then that there is no way to link dynamically to a closed workbook without using some kind of macro. Thanks JF paul wrote: =indirect() will let you reference a cell or name and return it as a proper reference.The destination workbok must be open for it to work -- paul remove nospam for email addy! " wrote: Hi, ='C:\[Budget 2006.xls]Mysheet'!$E$12 This is OK, however, how do I control eht filename dynamically? In other words, I want a cell that controls the filename. I haven't found a way to do this.... -- JF |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks a lot Dave!
Great resources! JF Dave Peterson wrote: Harlan Grove wrote a UDF called PULL that will retrieve the value from a closed workbook. You can find the function at Harlan's FTP site: ftp://members.aol.com/hrlngrv/ Look for pull.zip Laurent Longre has an addin (morefunc.xll) at: http://xcell05.free.fr/ That includes =indirect.ext() that may help you. wrote: Thanks for your answer! I assume then that there is no way to link dynamically to a closed workbook without using some kind of macro. Thanks JF paul wrote: =indirect() will let you reference a cell or name and return it as a proper reference.The destination workbok must be open for it to work -- paul remove nospam for email addy! " wrote: Hi, ='C:\[Budget 2006.xls]Mysheet'!$E$12 This is OK, however, how do I control eht filename dynamically? In other words, I want a cell that controls the filename. I haven't found a way to do this.... -- JF -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Merge two files and then allowing deletion of duplicate cells? | Excel Worksheet Functions | |||
Copying Cells from CSV files in folder into one worksheet | Excel Discussion (Misc queries) | |||
need help accessing other cells within a function | Excel Worksheet Functions | |||
Trace Dependent Cells of the Linked Files | Excel Discussion (Misc queries) | |||
Help adding text values | Excel Worksheet Functions |