Hi,
im putting controls for a toolbar into a list
when it comes to trying to get the events, there not listed.
there should be a Click event for the button
i read that events cannot be sent and recieved through arrays of controls, or something of the sort.
is there a quick get around for this?
the buttons are office.commandbarbuttons
thanks
im putting controls for a toolbar into a list
Code:
Dim Buttons As New List(of CommandBarButtons)
there should be a Click event for the button
i read that events cannot be sent and recieved through arrays of controls, or something of the sort.
is there a quick get around for this?
the buttons are office.commandbarbuttons
thanks