Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visio 2010: Adding a custom Stencil (permanently) to the Shapes menu

I know how to create custom stencils and shapes....what I haven't been able to find out is if it's possible (and how) to have my custom stencil w/shapes show up by default in the Shapes window/menu.

I would like to avoid having to go to > More Shapes > My Shapes and rather just 'stick' my stencil in that menu by default.

Is this possible?

like image 923
user3254220 Avatar asked Oct 26 '25 14:10

user3254220


1 Answers

You can put your application's folder path in Visio's StencilPaths property, either through automation (Application.StencilPaths property) or through the UI (in the Advanced menu in the Options, click the File Locations button).

This won't open your stencil by default in Visio, but it makes it fairly easy to find. I can't tell by your question if this is what you're trying to avoid.

I suppose, you could also modify Visio's template files to add your stencil on, so no matter what your stencil is open for any new file.

like image 101
Jon Fournier Avatar answered Oct 28 '25 08:10

Jon Fournier