Macro run userform

Macro run userform

ramd401
Advocate Advocate
1,537 Views
1 Reply
Message 1 of 2

Macro run userform

ramd401
Advocate
Advocate

Hi, i have created a dvb file so, i would like to run it directly from the Macros Dialogue box, the dvb file has got only userform

 

What is it need to do (in the code) so as to see it in the dialogue attached and run it

Obs: It has several textboxes and comboboxes

 

 

Macros.JPG

 

Rosario Dilo

Regards 

0 Likes
Accepted solutions (1)
1,538 Views
1 Reply
Reply (1)
Message 2 of 2

ramd401
Advocate
Advocate
Accepted solution

Solved by myself

 

Just had to give the userfarom name in the module

 

 

Public Sub mostrar_formulario()
Formulario.show
End Sub