Use same sub in many apps

volvomann

Active Member
Licensed User
Longtime User
Is it possible to create sub routines and save them as file / Function and use them in many APPS as in VB net? If yes, how do I get it fixed
 

lagore

Active Member
Licensed User
Longtime User
If you have a chunk of code that does a particular function then the best option is to create it as a code module (Project > Add New Module > Code Module) then in the next app you can import the module (Project > Add Existing Module)
 
Upvote 0
Top