How to call a built in macro from a custom one

B

Brian

I'm just starting to fool around with macros in Visio. I
was wondering how to call the "move shapes" macro that is
built in under the "visio extras" from my macro. Any
suggestions?

Thanks.
 
M

Mark Nelson [MS]

Each of the built-in macros is a Visio add-on that is registered with the
application. Use the menu caption as the name of the add-on.

Application.Addons("Move Shapes...").Run ""
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top