I received this error message -Procedure too large - in VBA. What is the reason and way out for this error?
Procedure too large
The idea of GiantProcedure didn't work for me, using Microsoft Powerpoint 2013. Then I added a "call" before each "proc". Like this:
Sub GiantProcedure() Call Proc1() Call Proc2() Call Proc3() End Sub
Now, it works.