I am working with coding VB directly in a form but it seems that in multiple procedures I am performing many of the same functions. I immediate thought that I should create a module that carries out these procedures and then just call the function in the code of my form. Basically Im wondering if I call the function from my form or code directly in my form will it add benefits?
Thanks in advance,
Chris
Thanks in advance,
Chris