stickleprojects Level: Moderator

 Registered: 09-09-2002 Posts: 891
|
Re: Public sub and Private Sub?
Hi,
There's is really not much in it.
Technically, the Public version will take more memory, as the Form will have it listed in it's interface. but, you would be in the realms of C++ if you had to worry about performance at this level.
I believe that within the compiled code, the actual function takes no more memory regardless of Public/Private.
Regards,
Kieron
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
|