2007 Excel
I have created a userform that has a series of textbox's. When I activate the userform with the userform.show property I will either populate the textboxes with template data or, if data has been saved previously it will populate the textbox's with the saved data.
I have set up code to run if the user then changes any of the textbox's - I call a sub with "afterupdate" code written into each textbox.
Here is the problem - When I initially show the userform and populate the textbox's with template data or saved data it thinks it needs to run the "afterupdate" code at that time - I don't want it to. Is there a way to populate the textbox's during the Userform Activate sub without it running the code written into the text box?
I hope that this is no too confusing. Thanks for your help.
Bookmarks