To work around this problem, use either of the following methods.
Method 1
Open the workbook that contains the defined name.
When the workbook that contains the defined name is open, formulas in other workbooks that refer to the defined name return the correct value.
Method 2
Instead of storing the constant value in the defined name, store the value in a worksheet cell in the workbook, and then change the defined name so that it refers to the worksheet cell. For example, if the defined name refers to the value "=37", follow these steps:
1. | Type the constant value (for example, 37) in a cell (for example, B5) in a worksheet in the workbook. |
2. | On the Insert menu, point to Name and click Define. |
3. | In the Names in workbook edit box, type the name you want to define. |
4. | In the Refers to edit box, type =Sheet1!$B$5. Or, select the cell. |
5. | Click OK. |