The information in this article applies to:
SYMPTOMSWhen you click a hyperlink in a Microsoft Excel worksheet, nothing happens. CAUSE
This will occur if both of the following conditions are true:
-and- WORKAROUND
To prevent this problem from occurring, make sure that your HYPERLINK
worksheet function does not contain an error value for the second argument.
Since the expression A1/B1 can return an error value of #DIV/0! if B1 is
zero, you need to change the second argument so that it won't return an
error value. For example:
After you do this, the hyperlink should work correctly.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. MORE INFORMATIONIn Microsoft Excel 97, the HYPERLINK worksheet function allows you to create a hyperlink within a worksheet cell. The HYPERLINK function accepts two arguments:
The friendly_name argument can be a text string, a defined name, or any
other expression that returns a value.
If the value of the friendly_name argument returns an error value, the hyperlink will not work when you click it. Here are some example formulas that demonstrate this problem. Example 1: #VALUE! errorThis hyperlink will fail because the expression 1+"Alpha" returns a #VALUE! error:
Example 2: #NAME? errorThis hyperlink will fail if the defined name "Bravo" doesn't exist, because it results in a #NAME? error:
Example 3: #DIV/0! errorThis hyperlink will fail if the mathematical expression returns any type of error, such as #DIV/0!:
Additional query words: 8.00 XL97
Keywords : kbweb xlformula |
Last Reviewed: November 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |