G
Gary Keramidas
anyway to set a userform name to a variable i can use with <variable name>
instead of with userform1, with userform2, etc?
instead of with userform1, with userform2, etc?
Susan said:gary - i'd be interested in the answer to this, too, because when i
change the name of a userform to something like frmGenerate, i can't
get the initialization to run..........
but i didn't think of declaring it as a variable in my global
declarations module.........
susan
Tom said:If you have
Private Sub frmGenerate_Initialize()
then that is the problem. No matter the userform name, it should always be
Private Sub Userform_Initialize()
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.