GetSecureScore

How to Fix “Procedure Too Large” Error in Excel VBA

You probably have one or more gigantic procedures/functions and I think VBA has a limit of 64k or something per procedure. You fix it by splitting that procedure up into multiple procedures that can then be called by the one procedure. So instead of having: You’d have something like: