QUEUEMARKEREVENT Function
Last modified: March 09, 2015
Applies to: Office 2013 | Visio 2013
In this article
Syntax
Remarks
Example
Causes the application to fire a marker event to your add-on, Microsoft Visual Basic for Applications (VBA) code, or COM add-in.
The QUEUEMARKEREVENT function provides developers with a way to notify their code from a ShapeSheet cell, and pass solution-specific information. When the cell containing the formula with the QUEUEMARKEREVENT function is evaluated, the application fires a marker event and passes event_string to all event handlers that are listening to the MarkerEvent event.
For more information about marker events, see the QueueMarkerEvent method and MarkerEvent event topics in the Microsoft Visio Automation Reference.