Hi,
I've created a userform that can be the first part of a few different routines. After data is entered on the userform, it will then call a different routine, depending on which routine initially loaded the form. What I'd like to do is store the name of the second routine to call as a string variable and have a simple line of code like "Call tempstring" in the userform, but I'm having trouble doing it. For example, if Routine1 calls the form, the form would then call Routine1Cont. If Routine2 calls it, the form would then call Routine2Cont, etc. If I used
I get an error. Can anyone think of a way around this?
Thanks,
Chris
P.S. I hope that made sense.
Bookmarks