help with linking

J

Jim May

In Wookbook WB1.xls cell G6 I have:
='[PA0514121-A-JM.xls]PaySchedule'!$D$11

PA0514121-A-JM.xls is and will remain CLOSED.

In Cell A6 of WB1.xls I have the text 0514121-A

How can I modify G6 above to read the content of Cell A6?

Here's my latest attempt.. resulting in #REF!

='[&"PA"&A6&"-JM.xls"]PaySchedule'!$D$11

Thanks in advance for any assistance,
 
B

Biff

Hi!

You'd have to use Indirect but it won't work on a closed file.

Alternatives:

Harlan Grove's PULL utility. You can find it with a Google search.

Laurent Longre's MOREFUNC add-in. Look for INDIRECT.EXT.

http://xcell05.free.fr/english/

Biff
 
J

Jim May

Great, Got the Pull(xRef As String)As Variant
Downloaded and installed in a Standard Module of my Workbook..
But don't know how to apply to my scenario,
Can you assist?
TIA,
Jim

Hi!

You'd have to use Indirect but it won't work on a closed file.

Alternatives:

Harlan Grove's PULL utility. You can find it with a Google search.

Laurent Longre's MOREFUNC add-in. Look for INDIRECT.EXT.

http://xcell05.free.fr/english/

Biff

Jim May said:
In Wookbook WB1.xls cell G6 I have:
='[PA0514121-A-JM.xls]PaySchedule'!$D$11

PA0514121-A-JM.xls is and will remain CLOSED.

In Cell A6 of WB1.xls I have the text 0514121-A

How can I modify G6 above to read the content of Cell A6?

Here's my latest attempt.. resulting in #REF!

='[&"PA"&A6&"-JM.xls"]PaySchedule'!$D$11

Thanks in advance for any assistance,
 
B

Biff

Can you assist?

Sorry, I've never tried it!

Maybe post a "Ping" for Harlan.

Biff

Jim May said:
Great, Got the Pull(xRef As String)As Variant
Downloaded and installed in a Standard Module of my Workbook..
But don't know how to apply to my scenario,
Can you assist?
TIA,
Jim

Hi!

You'd have to use Indirect but it won't work on a closed file.

Alternatives:

Harlan Grove's PULL utility. You can find it with a Google search.

Laurent Longre's MOREFUNC add-in. Look for INDIRECT.EXT.

http://xcell05.free.fr/english/

Biff

Jim May said:
In Wookbook WB1.xls cell G6 I have:
='[PA0514121-A-JM.xls]PaySchedule'!$D$11

PA0514121-A-JM.xls is and will remain CLOSED.

In Cell A6 of WB1.xls I have the text 0514121-A

How can I modify G6 above to read the content of Cell A6?

Here's my latest attempt.. resulting in #REF!

='[&"PA"&A6&"-JM.xls"]PaySchedule'!$D$11

Thanks in advance for any assistance,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top