Hi,
i create multiple textboxes with dynamic names during the run time on userform.
On any of the textbox exit, i need to do some calculation and show the output in a label corresponding to that particular text box.
however the textbox exit event is not working with the dynamic name that i...