I have many functions these functions can be use in different project. The question is how can i create a class for these function and where.
TIA
Printable View
I have many functions these functions can be use in different project. The question is how can i create a class for these function and where.
TIA
To create a class in a VB project click on Add Class Module under the project menu. Then insert your functions into this class.