Assign a macro to a button - VISION 2003 Pro

  • Thread starter icone macro visio
  • Start date
I

icone macro visio

How can I assign a macro to a button on a tool bar of Visio 2003 Pro.
 
H

Hin

u may try AddOnName property of the ToolbarItem object
or OnAction property of the CommandBarControl object,
depending on which UI model u prefer.
 
Top