To my information: VBA-codes written in a form’s module (= a class module?) is slower than code written in a separate (what’s the name of that one?) module, at least in loading of the form.
If that is so, I want to write every VBA-code in my applications in separate modules.
But how can I do that efficiently? Building a form, copying code to a new module, renaming all Me! references to Form!fForm1! ? That’s not what I want: It takes a LOT of time!
I’m wondering, can’t Access do this for me? The most elegant solution would be that all code connected to buttons, listboxes etc. that I make is automatically put in that seperate type module.
Any ideas?
Or…. is my information wrong that seperate modules are slower than form-modules?!
rettnuc.