hyperlink error: "Cannot open the specified file"

G

Guest

Using excel 2002 in XP and when trying to create a hyperlink using the
worksheet function I get the following message:

"Cannot open the specified file"

I'm sure my syntax is correct and just to make sure, I
even created a workbook called "Budget" and copied the Microsoft help
example:

=HYPERLINK("[Budget]June!E56", E56)

and still got that message.
I can hyperlink each cell by right clicking and creating one, but I have a
lot of hyperlinks to do and using the function would be much more efficient.

What could be the problem?

Thanks
 
D

Dave Peterson

I think I'd build the link for when the workbook is closed:

=HYPERLINK('C:\My Documents\excel\[book2.xls]Sheet1'!$A$1,"a")

worked ok for me.

Kate said:
Using excel 2002 in XP and when trying to create a hyperlink using the
worksheet function I get the following message:

"Cannot open the specified file"

I'm sure my syntax is correct and just to make sure, I
even created a workbook called "Budget" and copied the Microsoft help
example:

=HYPERLINK("[Budget]June!E56", E56)

and still got that message.
I can hyperlink each cell by right clicking and creating one, but I have a
lot of hyperlinks to do and using the function would be much more efficient.

What could be the problem?

Thanks
 

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