T
Thibault
Hi everybody,
I'm trying to show a userform from an XLA addin. The userform is
defined within a regular XLS project.
I have tried:
Userform1.show
VBA.UserForms.Add("userform1").Show
But I get 424 error
Of course Userform1.show works when called from a Sub in the XLS
project where the userform is defined.
Thanks for any Idea.
Regards.
I'm trying to show a userform from an XLA addin. The userform is
defined within a regular XLS project.
I have tried:
Userform1.show
VBA.UserForms.Add("userform1").Show
But I get 424 error
Of course Userform1.show works when called from a Sub in the XLS
project where the userform is defined.
Thanks for any Idea.
Regards.