Excel hyperlink to another Excel file

G

Guest

I created a hyperlink in A Excel file to B Excel file. It referenced a
bookmark in B. It worked when I tried it before I closed it and it worked.
When I opened A again and clicked the hyperlink, it said "The address of the
site is not valid...Check the address and try again."
 
D

Dave Peterson

I'd guess you had a typo.

You may want to post the way you did the hyperlink (insert|link or
=hyperlink()???).

And what your hyperlink address was.

(Don't have any octothorpes (#) in the filename/sheetnames.)
 
G

Guest

Dave & Carol,

Thank you both for the help, but it still doesn't work.

Here's what I have as the hyperlink within file A:

=HYPERLINK("[H:\\Battery Control Systems\Customer Programs\Standard Pack
DV\BMS DV Test Plan 30mar05.xls]BCM In-Out I&V!", "BCM In-Out I&V")

Anymore recommendations?
 
D

Dave Peterson

Why do you have two back slashes after the H: portion.

And both of these formats worked ok for me.

To just open the workbook:
=HYPERLINK("C:\My Documents\excel\book1.xls","whatever")

To go to a certain cell on a worksheet:
=HYPERLINK("C:\My Documents\excel\book1.xls#sheet3!d99","whatever")



Frustrated said:
Dave & Carol,

Thank you both for the help, but it still doesn't work.

Here's what I have as the hyperlink within file A:

=HYPERLINK("[H:\\Battery Control Systems\Customer Programs\Standard Pack
DV\BMS DV Test Plan 30mar05.xls]BCM In-Out I&V!", "BCM In-Out I&V")

Anymore recommendations?

Dave Peterson said:
I'd guess you had a typo.

You may want to post the way you did the hyperlink (insert|link or
=hyperlink()???).

And what your hyperlink address was.

(Don't have any octothorpes (#) in the filename/sheetnames.)
 
G

Guest

I am going to try to put them on the same drive and resolve it that way.

Thanks again...

Dave Peterson said:
Why do you have two back slashes after the H: portion.

And both of these formats worked ok for me.

To just open the workbook:
=HYPERLINK("C:\My Documents\excel\book1.xls","whatever")

To go to a certain cell on a worksheet:
=HYPERLINK("C:\My Documents\excel\book1.xls#sheet3!d99","whatever")



Frustrated said:
Dave & Carol,

Thank you both for the help, but it still doesn't work.

Here's what I have as the hyperlink within file A:

=HYPERLINK("[H:\\Battery Control Systems\Customer Programs\Standard Pack
DV\BMS DV Test Plan 30mar05.xls]BCM In-Out I&V!", "BCM In-Out I&V")

Anymore recommendations?

Dave Peterson said:
I'd guess you had a typo.

You may want to post the way you did the hyperlink (insert|link or
=hyperlink()???).

And what your hyperlink address was.

(Don't have any octothorpes (#) in the filename/sheetnames.)

Frustrated Engineer wrote:

I created a hyperlink in A Excel file to B Excel file. It referenced a
bookmark in B. It worked when I tried it before I closed it and it worked.
When I opened A again and clicked the hyperlink, it said "The address of the
site is not valid...Check the address and try again."
 
D

Dave Peterson

I don't think that should matter.

Frustrated said:
I am going to try to put them on the same drive and resolve it that way.

Thanks again...

Dave Peterson said:
Why do you have two back slashes after the H: portion.

And both of these formats worked ok for me.

To just open the workbook:
=HYPERLINK("C:\My Documents\excel\book1.xls","whatever")

To go to a certain cell on a worksheet:
=HYPERLINK("C:\My Documents\excel\book1.xls#sheet3!d99","whatever")



Frustrated said:
Dave & Carol,

Thank you both for the help, but it still doesn't work.

Here's what I have as the hyperlink within file A:

=HYPERLINK("[H:\\Battery Control Systems\Customer Programs\Standard Pack
DV\BMS DV Test Plan 30mar05.xls]BCM In-Out I&V!", "BCM In-Out I&V")

Anymore recommendations?

:

I'd guess you had a typo.

You may want to post the way you did the hyperlink (insert|link or
=hyperlink()???).

And what your hyperlink address was.

(Don't have any octothorpes (#) in the filename/sheetnames.)

Frustrated Engineer wrote:

I created a hyperlink in A Excel file to B Excel file. It referenced a
bookmark in B. It worked when I tried it before I closed it and it worked.
When I opened A again and clicked the hyperlink, it said "The address of the
site is not valid...Check the address and try again."
 

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