If I put all the subs I created in the form instead of in a module will that save memory?
Printable View
If I put all the subs I created in the form instead of in a module will that save memory?
dont think so, since whne it is compiled I believe it just compiles it all together the same whether you use a bas module or not..It basically just good to keep source organized. I think