I need to execute a second subroutine from within a main subroutine something like the following but I know that the form or syntax is not right. What would be the correct code?
Private Sub Command307__Click()
Private Sub Command308_Click()
End Sub
Thanks Russ
Private Sub Command307__Click()
Private Sub Command308_Click()
End Sub
Thanks Russ