Hi,
I am trying to run a procedure from within a procedure:
-------------------------------------
Private Sub Procedure1()
do task....
End Sub
-------------------------------------
Private Sub Procedure2_Click()
Run Procedure1 (this is the code I need)
End Sub
-------------------------------------
I can't seem to find this anywhere.
Thanks.
I am trying to run a procedure from within a procedure:
-------------------------------------
Private Sub Procedure1()
do task....
End Sub
-------------------------------------
Private Sub Procedure2_Click()
Run Procedure1 (this is the code I need)
End Sub
-------------------------------------
I can't seem to find this anywhere.
Thanks.