Article ID: 125949 - Last Review: August 15, 2005 - Revision: 1.3 "Cannot Find" or "Compile Error" Running ATP FunctionThis article was previously published under Q125949 On This PageSYMPTOMS
In Microsoft Excel, when you run a Visual Basic procedure that contains an
Analysis ToolPak function, you may receive the following error message
Run-time error '1004':
Cannot find macro '[ATPVBAEN.XLS]REG!reg_FUNCTION'. In Microsoft Excel for the Macintosh, the first time you run the procedure that contains an Analysis ToolPak function, you may receive the following error message:
Compile error in hidden module: VBA Functions and Subs
Run-time error '1004': Cannot find macro '[ATPVBAEN.XLS]REG!reg_FUNCTION'. CAUSE
This problem occurs if the Analysis ToolPak-Visual Basic for Applications
add-in file (ATPVBAEN.XLA in Windows, Analysis ToolPak-Visual Basic for
Applications on the Macintosh) is not open when you run the procedure that
contains the Analysis ToolPak function.
Normally, when you reference an add-in file (or a workbook that contains a module) from another Visual Basic module, you can call a procedure or function in the referenced file even if that file is not open. However, when you reference the Analysis ToolPak-Visual Basic for Applications add-in file from a Visual Basic module that contains the Analysis ToolPak function, you receive the error messages described above if the Analysis ToolPak - Visual Basic for Applications file is not open when you run a procedure that calls one of the Analysis ToolPak functions. WORKAROUND
To work around this behavior, use either of the following methods.
Method 1Open the Analysis ToolPak-Visual Basic for Applications add-in file before you run a procedure that contains an Analysis ToolPak Visual Basic for Applications function. In Microsoft Excel for Windows, open ATPVBAEN.XLA located in the LIBRARY\ANALYSIS subdirectory of the Microsoft Excel directory. In Microsoft Excel for the Macintosh, open the Analysis ToolPak- Visual Basic for Applications file located in the Microsoft Excel:Macro Library:Analysis Tools folder.Method 2Load the Analysis ToolPak-Visual Basic for Applications add-in before you run a procedure that contains an Analysis ToolPak - Visual Basic for Applications function by using these steps:
MORE INFORMATION
To view the Visual Basic functions that are included in the Analysis
ToolPakVisual Basic for Applications add-in, use the following appropriate
steps.
Microsoft Excel for Windows
Microsoft Excel for the Macintosh
| Article Translations
|

Back to the top
