I have some code in a command button which I would like to call from a sub, is this possible?
If so what do I put in the arguments?
Thnx
If so what do I put in the arguments?
Code:
Private Sub cmdNext_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdNext.Click
Thnx