A
Alberto Ast
I need to initiate some variables...
to initiate the variables within a form I use
Private Sub UserForm_Initialize()
......
End Sub
How do I do it within a module?
to initiate the variables within a form I use
Private Sub UserForm_Initialize()
......
End Sub
How do I do it within a module?