Variables Initialize

  • Thread starter Thread starter Alberto Ast
  • Start date Start date
A

Alberto Ast

I already post this question but it does not shows up on the forum so here it
goes again.

I need to initiate some variables, on user form I do the following.

Private Sub UserForm_Initialize()
...
End Sub

How do I do it in a module?
 
Back
Top