Variables initiation
You declare variables many ways. Check this link out by Chip Pearson. It
helped me when I was learning.
Hope this helps! If so, let me know, click "YES" below.
--
Cheers,
Ryan
"Alberto Ast" wrote:
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?
|