Well howdy, strangers! Long time no see.
I have an Access application that's throwing the "Procedure too large" error. The Sub really* does need to be as complex as it is, but I have been trying to save some bits by minimising remarks and variable name lengths etc, while still trying to maintain some readability.
What I really want to know is how can I tell if I'm getting close to solving the problem? If I paste everything between Sub and End Sub into Notepad as a text file, the size of that file is down to 53.0 KB (reporting as 56.0 KB "on disc"). This seems like it should compile to under the 64 KB limit that Access imposes.
Any ideas as to how I can get Access/VBA to tell me if I'm getting close?
Thanks in advance, and I promise I'll try to return before five years is up this time!
*No, really, it does.
I have an Access application that's throwing the "Procedure too large" error. The Sub really* does need to be as complex as it is, but I have been trying to save some bits by minimising remarks and variable name lengths etc, while still trying to maintain some readability.
What I really want to know is how can I tell if I'm getting close to solving the problem? If I paste everything between Sub and End Sub into Notepad as a text file, the size of that file is down to 53.0 KB (reporting as 56.0 KB "on disc"). This seems like it should compile to under the 64 KB limit that Access imposes.
Any ideas as to how I can get Access/VBA to tell me if I'm getting close?
Thanks in advance, and I promise I'll try to return before five years is up this time!
*No, really, it does.
Comment