pjfatboy
03-07-2004, 03:25 PM
I've not done this before so I would appreciate some help. In my project the code on one of my forms is getting quite long. Two of the Sub's are just calulations, so I was thinking about sticking that code in a module. Could someone show me how to refer to that module when I need to do that calculation. Would it be like this?
If Text1 > 10 Then
Call Module1
If Text1 > 10 Then
Call Module1