The information in this article applies to:
SYMPTOMSWhen you click a hyperlink in a Microsoft Excel worksheet, nothing happens. CAUSE
This problem occurs if both of the following conditions are true:
WORKAROUND
To prevent this problem from occurring, make sure that the second argument in the HYPERLINK worksheet function does not return an error value.
Because the expression A1/B1 may return an error value of #DIV/0! if B1 is zero, you must change the second argument so that it does not return an error value. For example, change the sample formula to the following:
After you do this, the hyperlink works correctly. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. MORE INFORMATION
In Microsoft Excel, the HYPERLINK worksheet function allows you to
create a hyperlink in a worksheet cell. The HYPERLINK function accepts
the following 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 does not work when you click it. The following are example formulas that demonstrate this problem. Example 1: #VALUE! errorThe following hyperlink fails because the expression 1+"Alpha" returns a #VALUE! error:
Example 2: #NAME? errorThe following hyperlink fails if the defined name "Bravo" doesn't exist, because the second argument returns a #NAME? error:
Example 3: #DIV/0! errorThe following hyperlink fails if the mathematical expression returns any kind of error, such as #DIV/0!:
Additional query words: 9.00 XL2000
Keywords : kbweb xlformula |
Last Reviewed: May 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |