Hello
How do I write the On Action property of a CommandBar Control
to call a function that requires arguments?
Ex: Function
Public Sub MyFunction (strArg as String)
msgbox strArg
End Sub
How would I call MyFunction in theOn Action property of a CommandBar Control
so to include strArg?
Thanks
G.Gerard
How do I write the On Action property of a CommandBar Control
to call a function that requires arguments?
Ex: Function
Public Sub MyFunction (strArg as String)
msgbox strArg
End Sub
How would I call MyFunction in theOn Action property of a CommandBar Control
so to include strArg?
Thanks
G.Gerard