MackOfTrades
Programmer
I was curious if it is possible to create functions that are called by different aspects of the same form. For instance: I would like to be able to have the same function run regardless of which button a user presses (of course there will be other things going on too, so the different buttons are not redundant). Is it possible to write a function that can be called from inside a specific action (user clicks button)? If so, where do you put this function? As it is right now, I have forms that have ballooned in size do to the redundancy of some longer functions and am looking for a way to cut my code down. As always, I appreciate any responses.
Mack
Mack