G
Guest
Hi,
I need a little help. I have two procedures in my code:
Private Sub Form_Open(Cancel As Integer)
.....
Dim Arr() As Variant
.....
End Sub
Private Sub Form_Close()
.....
End Sub
In the first procedure I create and populate an array. How can I use this
array in the Form_Close procedure? Is there a way to define global variants?
I need a little help. I have two procedures in my code:
Private Sub Form_Open(Cancel As Integer)
.....
Dim Arr() As Variant
.....
End Sub
Private Sub Form_Close()
.....
End Sub
In the first procedure I create and populate an array. How can I use this
array in the Form_Close procedure? Is there a way to define global variants?