Sorry I should also have specified that I want to avoid the use of macros.
> I need to import a cell values from an un-opened .xls using a variable address
> ie
[quoted text clipped - 6 lines]
>
> Any help or advice would be hugely appriciated
Pete_UK - 05 Nov 2007 11:50 GMT
You would normally use INDIRECT to do this, but it will only work with
workbooks that are open. If you want to avoid macros or add-ins (such
as Laurent Longre's morefunc or Harlan Grove's PULL function), then
you will have to open your second workbook.
Hope this helps.
Pete
On Nov 5, 2:51 am, Kristian G <Kristi...@discussions.microsoft.com>
wrote:
> Sorry I should also have specified that I want to avoid the use of macros.
>
[quoted text clipped - 10 lines]
>
> - Show quoted text -
RagDyeR - 05 Nov 2007 17:32 GMT
One way to approach this is to construct a "Text" formula, which can
reference your variables, and then convert that "Text" formula to an XL
"legal" formula.
See if this old post helps:
http://tinyurl.com/35tkzu

Signature
HTH,
RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================
Sorry I should also have specified that I want to avoid the use of macros.
> I need to import a cell values from an un-opened .xls using a variable
> address
[quoted text clipped - 7 lines]
>
> Any help or advice would be hugely appriciated