Hello,
I want to put a long list of button_click() events in a seperate module. Is this possible? If so, how? I make the subs public, use the right reference for the fields in my statements.. Do I need to enter something else than:
Public Sub SomeButton_Click()
...
End Sub
Like Public Sub Form1_SomeButton_click() instead of just SomeButton_Click? (I know that one doesn't work, tried it already)
Thanks for helping me out on this!
I want to put a long list of button_click() events in a seperate module. Is this possible? If so, how? I make the subs public, use the right reference for the fields in my statements.. Do I need to enter something else than:
Public Sub SomeButton_Click()
...
End Sub
Like Public Sub Form1_SomeButton_click() instead of just SomeButton_Click? (I know that one doesn't work, tried it already)
Thanks for helping me out on this!