View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alberto Ast[_2_] Alberto Ast[_2_] is offline
external usenet poster
 
Posts: 181
Default Variables Initialize

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?