How can I create a macro to run a Microsoft Visio report

T

T-Bone

I am relatively new to Visio and have worked out how to create and run a
macro however I haven't been able to create a Macro where I can follow the
steps required to create a Microsoft Visio report to produce that report.
When I run the macro it returns no result. I thought it might be due to the
fact that to execurte the report a series of macros are already inbuilt.

I would appreciate assistance
 
M

Michel LAPLANE

Just fire the Visio ShapeSheet function DOCMD(1335) as you like (right click
menu, events, ...).
For example put "DOCMD(1335)" in the EventDblClick cell of the Events
section of the shapesheet of one shape.
When you double click on the shape the report dialogbox appears giving you
the opportunity to execute a report.
 
Top