Good morning everyone:
I have to develop a piece of code that calls an useform form two different places. The first one piece of code needs to load an UserForm in memory, so what I doing now if load the UserForm calling forma normal module this way:
UFPAR.PPRUE
Where UFPAR is the UserForm and...