Hi all, I have an Excel form with a number of textboxes (eg, textbox1, textbox2, textbox 3 etc).
I would like to add a textbox at the bottom of the form to automatically sum the above textboxes...
eg bottomTextBox = textbox1 + textbox2 + .... etc
how could I do this without a button? Not sure which textbox event this is related to...
Thanks for your help in advance!
I would like to add a textbox at the bottom of the form to automatically sum the above textboxes...
eg bottomTextBox = textbox1 + textbox2 + .... etc
how could I do this without a button? Not sure which textbox event this is related to...
Thanks for your help in advance!