Hi everyone!!!
First of all, thanks in advance for the help
I have a problem, because I try to display a UserForm(non modal) with a message on it, but it doesnt display anything. I mean, the UseForm appears and works in the way that I want, but is all white. Could you help me please.
Sub MPA_Main()
UserForm1.Show
Application.ScreenUpdating = False
Call Variables
Call CBoxe
UserForm1.Hide
Worksheets(wsheet(1)).Activate
First of all, thanks in advance for the help
I have a problem, because I try to display a UserForm(non modal) with a message on it, but it doesnt display anything. I mean, the UseForm appears and works in the way that I want, but is all white. Could you help me please.
Sub MPA_Main()
UserForm1.Show
Application.ScreenUpdating = False
Call Variables
Call CBoxe
UserForm1.Hide
Worksheets(wsheet(1)).Activate