View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Variables Initialize

Hi,

Your post did show up anf Ryan H has responded

http://www.microsoft.com/office/comm...e-16018026b309

Mike

"Alberto Ast" wrote:

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?