Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What would cause some links to not-update (with the source closed). I have
numerous links that for the most part all will update with changes, or on opening. I have one set of links that don't seem to follow the rest. What would cause this to happen? The link that is not updating (that is until I open the source workbook) is using the volitile "indirect" function which I thought always did a recalcuation, which should have activated the link. The indirect function is pointing to a cell containing the text of a defined name range which is pointing to an external workbook. Is there a way to force excel to go ahead an look into the closed workbook? or will I have to just always open the external source? -- Regards, John |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
John
While INDIRECT is volatile, it doesn't work on closed workbooks. As far as I know, there's no way around this limitation. -- Dick Kusleika Excel MVP Daily Dose of Excel www.dicks-blog.com John Keith wrote: What would cause some links to not-update (with the source closed). I have numerous links that for the most part all will update with changes, or on opening. I have one set of links that don't seem to follow the rest. What would cause this to happen? The link that is not updating (that is until I open the source workbook) is using the volitile "indirect" function which I thought always did a recalcuation, which should have activated the link. The indirect function is pointing to a cell containing the text of a defined name range which is pointing to an external workbook. Is there a way to force excel to go ahead an look into the closed workbook? or will I have to just always open the external source? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just to add, this information is provided in the help text of the Indirect
function. -- Regards, Tom Ogilvy "Dick Kusleika" wrote in message ... John While INDIRECT is volatile, it doesn't work on closed workbooks. As far as I know, there's no way around this limitation. -- Dick Kusleika Excel MVP Daily Dose of Excel www.dicks-blog.com John Keith wrote: What would cause some links to not-update (with the source closed). I have numerous links that for the most part all will update with changes, or on opening. I have one set of links that don't seem to follow the rest. What would cause this to happen? The link that is not updating (that is until I open the source workbook) is using the volitile "indirect" function which I thought always did a recalcuation, which should have activated the link. The indirect function is pointing to a cell containing the text of a defined name range which is pointing to an external workbook. Is there a way to force excel to go ahead an look into the closed workbook? or will I have to just always open the external source? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Harlan Grove wrote a userdefined function called =Pull() that will do what
you want. http://www.google.com/groups?selm=sH...wsranger. com If you're new to macros, you may want to read David McRitchie's intro at: http://www.mvps.org/dmcritchie/excel/getstarted.htm John Keith wrote: What would cause some links to not-update (with the source closed). I have numerous links that for the most part all will update with changes, or on opening. I have one set of links that don't seem to follow the rest. What would cause this to happen? The link that is not updating (that is until I open the source workbook) is using the volitile "indirect" function which I thought always did a recalcuation, which should have activated the link. The indirect function is pointing to a cell containing the text of a defined name range which is pointing to an external workbook. Is there a way to force excel to go ahead an look into the closed workbook? or will I have to just always open the external source? -- Regards, John -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Updating source data links | Charts and Charting in Excel | |||
Updating link to external source without having it open | Excel Discussion (Misc queries) | |||
Why will links not update unless source is open? | Excel Discussion (Misc queries) | |||
Updating Links from Closed Source Workbooks | Excel Discussion (Misc queries) | |||
XL2003 Destination and Source Open but not updating | Excel Discussion (Misc queries) |