I’m just looking for some documentation/advice on how VB handles standard .bas modules. When you call a procedure in a module, is the whole module loaded into memory for the duration of the procedure before being released?
I have a couple of modules that are quite large and I’m worried about causing ‘Out of Memory’ errors on the client PCs. Anyone know of some decent articles or anything on this?
Thanks