Hi guys,
I have a very basic question. I placed a sub in the module and want to call it from one of my forms on button click event. So for eg
Module1 has this code
Sub SendEmail()
Form1 has this:
Private Sub Command23_Click()
' how do i call SendEmail from here...
End Sub
Thank You for your help.
I have a very basic question. I placed a sub in the module and want to call it from one of my forms on button click event. So for eg
Module1 has this code
Sub SendEmail()
Form1 has this:
Private Sub Command23_Click()
' how do i call SendEmail from here...
End Sub
Thank You for your help.