Connecting Tech Pros Worldwide Forums | Help | Site Map

Using Control Property On Action

GGerard
Guest
 
Posts: n/a
#1: Nov 13 '05
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



Closed Thread