I want a calculation for "textbox1 (called from a module function) to execute when the value in "textbox2" is entered or changed. Which event for "textbox2" is the best one to call the function; After Update, On Change, On Exit, On Lost Focus?
Is there a disadvantage to making all of these events call the function?
Is there a disadvantage to making all of these events call the function?