Hello guys,
I'm trying to create a generic module that I can easily add to different projects if needed.
It creates a menuitem but now I would like to handle the click event of that menu also in my module.
but just adding this:
doesn't do anything.
Anybody have any idea how I can do this?
Greets,
Cainnech
I'm trying to create a generic module that I can easily add to different projects if needed.
It creates a menuitem but now I would like to handle the click event of that menu also in my module.
but just adding this:
Code:
Public Sub mnuAboutSub_Click(Index As Integer) debug.print "About" End Sub
Anybody have any idea how I can do this?
Greets,
Cainnech
Comment