M
Mamue
Hi,
i need the same userform in multiple macros of my vba project without
copying it. calling the userform is not the problem, but i don't know
who to manage it, that the return values are sent to the calling
macro.
For example, i have to macros
sub macro_add()
userform.show
end sub
sub macro_multiply()
userform.show
end sub
and one userform where the user enters two values.
after pushing the ok button, the userform has to know where the result
has to be sent.
do you have an idea?
greetings mamue
i need the same userform in multiple macros of my vba project without
copying it. calling the userform is not the problem, but i don't know
who to manage it, that the return values are sent to the calling
macro.
For example, i have to macros
sub macro_add()
userform.show
end sub
sub macro_multiply()
userform.show
end sub
and one userform where the user enters two values.
after pushing the ok button, the userform has to know where the result
has to be sent.
do you have an idea?
greetings mamue