Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled VBA exception in #Exiting Module_FormCallers.RunANOVA #870

Open
bovender opened this issue Apr 6, 2020 · 1 comment
Open

Unhandled VBA exception in #Exiting Module_FormCallers.RunANOVA #870

bovender opened this issue Apr 6, 2020 · 1 comment

Comments

@bovender
Copy link
Owner

bovender commented Apr 6, 2020

Another report

This issue was submitted by the add-in's exception handler.

Exception:

XLToolbox.Legacy.UnhandledLegacyException: Unhandled VBA exception in #Exiting Module_FormCallers.RunANOVA ---> System.Runtime.InteropServices.COMException: Cannot run the macro 'RunANOVA'. The macro may not be available in this workbook or all macros may be disabled.
   at Microsoft.Office.Interop.Excel._Application.Run(Object Macro, Object Arg1, Object Arg2, Object Arg3, Object Arg4, Object Arg5, Object Arg6, Object Arg7, Object Arg8, Object Arg9, Object Arg10, Object Arg11, Object Arg12, Object Arg13, Object Arg14, Object Arg15, Object Arg16, Object Arg17, Object Arg18, Object Arg19, Object Arg20, Object Arg21, Object Arg22, Object Arg23, Object Arg24, Object Arg25, Object Arg26, Object Arg27, Object Arg28, Object Arg29, Object Arg30)
   at XLToolbox.Legacy.LegacyToolbox.RunCommand(Command command) in X:\Code\xltoolbox\NG\XLToolbox\Legacy\LegacyToolbox.cs:line 167
   --- End of inner exception stack trace ---
   at XLToolbox.Legacy.LegacyToolbox.RunCommand(Command command) in X:\Code\xltoolbox\NG\XLToolbox\Legacy\LegacyToolbox.cs:line 248
   at XLToolbox.Dispatcher.LastAnova() in X:\Code\xltoolbox\NG\XLToolbox\Dispatcher.cs:line 375
   at XLToolbox.Dispatcher.Execute(Command cmd) in X:\Code\xltoolbox\NG\XLToolbox\Dispatcher.cs:line 78

Message: Unhandled VBA exception in #Exiting Module_FormCallers.RunANOVA

Inner exception:

System.Runtime.InteropServices.COMException (0x800A03EC): Cannot run the macro 'RunANOVA'. The macro may not be available in this workbook or all macros may be disabled.
   at Microsoft.Office.Interop.Excel._Application.Run(Object Macro, Object Arg1, Object Arg2, Object Arg3, Object Arg4, Object Arg5, Object Arg6, Object Arg7, Object Arg8, Object Arg9, Object Arg10, Object Arg11, Object Arg12, Object Arg13, Object Arg14, Object Arg15, Object Arg16, Object Arg17, Object Arg18, Object Arg19, Object Arg20, Object Arg21, Object Arg22, Object Arg23, Object Arg24, Object Arg25, Object Arg26, Object Arg27, Object Arg28, Object Arg29, Object Arg30)
   at XLToolbox.Legacy.LegacyToolbox.RunCommand(Command command) in X:\Code\xltoolbox\NG\XLToolbox\Legacy\LegacyToolbox.cs:line 167

Inner exception message: Cannot run the macro 'RunANOVA'. The macro may not be available in this workbook or all macros may be disabled.

Environment

Parameter Value
Version 7.3.4
OS Microsoft Windows NT 10.0.18362.0, 64-bit
Excel 365 (16.0.10356), 32-bit
CLR 4.0.30319.42000, 32-bit
VSTO runtime 10.0.60828
ClickOnce False
Bovender 0.18.0.0
FreeImage 3.18.0
Identifier f2dffc1dfb8e87cdb72baff5534f503b09ecca2dc2c6abbab608d3f8c95e3662
@bovender
Copy link
Owner Author

bovender commented Jun 1, 2020

Another report

This issue was submitted by the add-in's exception handler.

Exception:

XLToolbox.Legacy.UnhandledLegacyException: Unhandled VBA exception in #Exiting Module_FormCallers.RunANOVA ---> System.Runtime.InteropServices.COMException: Cannot run the macro 'RunANOVA'. The macro may not be available in this workbook or all macros may be disabled.
   at Microsoft.Office.Interop.Excel._Application.Run(Object Macro, Object Arg1, Object Arg2, Object Arg3, Object Arg4, Object Arg5, Object Arg6, Object Arg7, Object Arg8, Object Arg9, Object Arg10, Object Arg11, Object Arg12, Object Arg13, Object Arg14, Object Arg15, Object Arg16, Object Arg17, Object Arg18, Object Arg19, Object Arg20, Object Arg21, Object Arg22, Object Arg23, Object Arg24, Object Arg25, Object Arg26, Object Arg27, Object Arg28, Object Arg29, Object Arg30)
   at XLToolbox.Legacy.LegacyToolbox.RunCommand(Command command) in X:\Code\xltoolbox\NG\XLToolbox\Legacy\LegacyToolbox.cs:line 167
   --- End of inner exception stack trace ---
   at XLToolbox.Legacy.LegacyToolbox.RunCommand(Command command) in X:\Code\xltoolbox\NG\XLToolbox\Legacy\LegacyToolbox.cs:line 248
   at XLToolbox.Dispatcher.LastAnova() in X:\Code\xltoolbox\NG\XLToolbox\Dispatcher.cs:line 375
   at XLToolbox.Dispatcher.Execute(Command cmd) in X:\Code\xltoolbox\NG\XLToolbox\Dispatcher.cs:line 78

Message: Unhandled VBA exception in #Exiting Module_FormCallers.RunANOVA

Inner exception:

System.Runtime.InteropServices.COMException (0x800A03EC): Cannot run the macro 'RunANOVA'. The macro may not be available in this workbook or all macros may be disabled.
   at Microsoft.Office.Interop.Excel._Application.Run(Object Macro, Object Arg1, Object Arg2, Object Arg3, Object Arg4, Object Arg5, Object Arg6, Object Arg7, Object Arg8, Object Arg9, Object Arg10, Object Arg11, Object Arg12, Object Arg13, Object Arg14, Object Arg15, Object Arg16, Object Arg17, Object Arg18, Object Arg19, Object Arg20, Object Arg21, Object Arg22, Object Arg23, Object Arg24, Object Arg25, Object Arg26, Object Arg27, Object Arg28, Object Arg29, Object Arg30)
   at XLToolbox.Legacy.LegacyToolbox.RunCommand(Command command) in X:\Code\xltoolbox\NG\XLToolbox\Legacy\LegacyToolbox.cs:line 167

Inner exception message: Cannot run the macro 'RunANOVA'. The macro may not be available in this workbook or all macros may be disabled.

Environment

Parameter Value
Version 7.3.4
OS Microsoft Windows NT 10.0.18362.0, 64-bit
Excel 365 (16.0.10356), 32-bit
CLR 4.0.30319.42000, 32-bit
VSTO runtime 10.0.60828
ClickOnce False
Bovender 0.18.0.0
FreeImage 3.18.0
Identifier f2dffc1dfb8e87cdb72baff5534f503b09ecca2dc2c6abbab608d3f8c95e3662

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant