#1
|
|||
|
|||
424 Error within a simple application.run procedure
I'm simply just trying to run a macro which applies a list of macros from another workbook. Thought this code worked already when I applied it a couple weeks ago but something changed I think.
I clicked a button which runs the CALLMacros macro from the local workbook. Here's my code: Sub CALLMacros() Application.Run (MacroBooks.xlsm!DIRECTCOMPTRD) Application.Run (MacroBooks.xlsm!DIRECTNONCOMPTRD) Application.Run (MacroBooks.xlsm!NONCOMP2) Application.Run (MacroBooks.xlsm!NONCOMPTRD) Application.Run (MacroBooks.xlsm!TOTALDIRECTEXPTRD) End Sub |
#2
|
|||
|
|||
Looks like my quotations fell off my code within the parenthesis.
|
Tags |
424, application.run, object required |
Thread Tools | |
Display Modes | |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Execution error 2147023170 - Failure call of distant procedure - POWERPOINT 2013 | fidecourt | PowerPoint | 2 | 02-26-2013 10:25 AM |
Simple VBA macro error | Formulayeti | PowerPoint | 1 | 12-09-2011 10:02 PM |
Application-defined or Object-defined error | Manit | Excel Programming | 4 | 12-08-2011 07:35 PM |
Microsoft Office 2010 programs display error message "Application has failed to start | SamSR | Office | 1 | 02-15-2011 07:15 AM |
Application not found error when trying to open .pdf files. | Dave | Outlook | 2 | 12-15-2005 01:01 PM |