xvpnkr
xvpnkr

Reputation: 33

How to save Visio macro as add-in

I wrote a macro in Visio, but noticed that I cannot add it to the quick-access toolbar. I assigned it to a keyboard shortcut, and I'd like to make it available in any Visio file which is opened. With Word I just saved my macros as word add-ins, and made them available as global templates, however in Visio the options only show COM add-ins.

How can I make my macro available in every Visio file opened?

Upvotes: 0

Views: 696

Answers (1)

Paul Herber
Paul Herber

Reputation: 1200

You can't do this in Visio. A work-around is to save the macro into a stencil (you have to save the stencil in .vssm format) then if you always have this stencil open then the macro(s) will be available.

Upvotes: 3

Related Questions