M
Maria
Hi,
I have created a userdefined CommandBar with a button.
From this button I would like to start a UserForm.
Usually I use something like the following Codeline to
call a Prozedure:
..OnAction = MyCode
I wanted to do the same with the UserForm:
..OnAction = frmMyUserForm
Unfortunately it doesn't work.
Is it possible to allocate a UserForm?
Thank you,
Maria
I have created a userdefined CommandBar with a button.
From this button I would like to start a UserForm.
Usually I use something like the following Codeline to
call a Prozedure:
..OnAction = MyCode
I wanted to do the same with the UserForm:
..OnAction = frmMyUserForm
Unfortunately it doesn't work.
Is it possible to allocate a UserForm?
Thank you,
Maria