I have a form that has 20 different objects that can affect 5 different totals. I don't want to copy the 5 different groups of code to every object that would affect a total. How can i put 5 different codes out and call one when needed. Please give an example. obj1 calls TotalA and TotalB, obj2 calls TotalA and TotalC. I don't know the syntax or where to put the code. THANKS