This article explains how to resolve the error message 'Reference isn't valid' that appears when clicking a hyperlink in a Smart Workpapers Excel file. Additionally, it addresses error values like #NULL!, #VALUE!, or #NAME! that may appear in Excel cells. These issues typically occur due to an improperly installed XLL Add-in for HowNow Smart Workpapers Formulas.
Symptom
Clicking a hyperlink/coded action/button in a Smart Workpapers Excel starter file results in the error message: 'Reference isn't valid'. Despite the error, the hyperlink may still function correctly.
Excel worksheets display error values like
#NULL!
,#VALUE!
, or#NAME!
in cells that typically work as expected.
Cause
The hyperlink error occurs because the formula =CurrentCell()
is unable to calculate the cell reference. This formula is part of the HowNow Smart Workpapers Formulas Excel Add-in component, which may not be installed or registered correctly.
Resolution
Look For Smart workpaper addin components disabled or inactive
Open Excel.
Go to File > Options > Add-ins.
If the Formula's addin is missing then; select Excel Add-ins in the Manage dropdown below, then press Go.
Tick the HowNow Smart Workpapers Formulas Addin and press ok.
Similarly, you can check the Disabled section under Manage and enable any addins that resemble Smart Workpapers Formulas or adxloader.workpapers.next.dll or similar and click Enable.
Afterwards close and reopen Excel to check if the formulas or Errors have resolved.
Note: If the Add-in disables itself on restart, try opening Excel as an administrator and re-enable the Add-in.
If the Add-in does not exist
If the HowNow Smart Workpapers Formulas Add-in is not listed:
Confirm installation by referring to the Installation article.
Check the following registry key to ensure the Add-in is registered:
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Excel\Options
Look for an OPEN key pointing to a
.dll
file in the installation directory. If absent, the Add-in may have been deleted, removed, or never installed.To re-register the Add-in:
Locate the
RegisterAddins.bat
file in the installation directory (available in versions 2.2.0.30 and later).Double-click the file to register the HowNow Smart Workpapers Formulas Add-in.
If the Add-in exists and is ticked
If the Add-in is listed and enabled, try the following steps:
Press F9 to force a workbook recalculation.
Test the formula by typing
=CurrentCell()
in a blank cell:If the formula returns a correct result, the Add-in is functioning.
If it returns
#VALUE!
, contact support for further assistance.
There is an unusual looking entry called adxloader.workpapers.next.dll or something similar:
If an unusual entry such as adxloader.workpapers.next.dll
appears in the Active Applications Add-ins section of the File > Options > Add-ins Screen of Excel:
This usually occurs when a user who has installed the normal Add-in and then the ‘multi-user’ Add-in. Our installation instructions require uninstallation of the normal Add-in prior to installing the multi-user Add-in. You need to remove this entry in Excel and reinstall. We would suggest something along the lines of:
Install the normal Add-in.
Uninstall the normal Add-in.
Install the multi-user Add-in.
A secondary potential issue is where Windows thinks the Excel instance is running with 64-bit, so the installer loads the 64-bit version of the Add-in, while it is actually running in 32-bit (or vice-versa). In this case updating the registry key at HKCU/Software/Microsoft/Office/Excel/16.0/OPTIONS and updating the OPEN key to point to the right adxloader.dll fixes the issue.
Conflicting 3rd Party Add-ins
Here are also some conflicting 3rd party add-ins from previous testing, which can cause formula issues. This includes the following addins:
LEAP Excel Add-in
Templafy Excel Add-in
Sage X3 Office Excel Add-in (may require Office repair after disabling)
HowNow Office Add-in
Kofax Convert PDF Excel Addin & Kofax Export PDF Addin
If the issue persists, please attempt the steps in our General Smart Workpapers Troubleshooting Steps guide.