D
Del
What is the difference between the following declarations if I put them in
the Declaration section of the module?
Private intVariable as Integer
Dim intVariable as Integer
the Declaration section of the module?
Private intVariable as Integer
Dim intVariable as Integer