+ Reply to Thread
Results 1 to 2 of 2

How to add a variable as a parameter for a link?

  1. #1
    Eric
    Guest

    How to add a variable as a parameter for a link?

    Will it be possible to add a variable as a parameter for the link? as shown
    below format, therefore, I can change its parameter based on certain cell
    value to link different spreadsheets? for example

    Original
    '[filename.xls]6220.HK'!$E$2

    Modified approach
    '[filename.xls]C2.HK'!$E$2 , where C2 = 6220, which equals to linking
    '[filename.xls]6220.HK'!$E$2

    Thank for any suggestion
    Eric


  2. #2
    Dave Peterson
    Guest

    Re: How to add a variable as a parameter for a link?

    You'd want to use the =indirect() function, but that only works when the
    "sending" workbook is open.

    But 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.

    Eric wrote:
    >
    > Will it be possible to add a variable as a parameter for the link? as shown
    > below format, therefore, I can change its parameter based on certain cell
    > value to link different spreadsheets? for example
    >
    > Original
    > '[filename.xls]6220.HK'!$E$2
    >
    > Modified approach
    > '[filename.xls]C2.HK'!$E$2 , where C2 = 6220, which equals to linking
    > '[filename.xls]6220.HK'!$E$2
    >
    > Thank for any suggestion
    > Eric


    --

    Dave Peterson

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1