R
Roy Baggies
I have some simple VBA macros that add a new Menu with menu items to Visio
programmatically. These autoload from Document_DocumentOpened() in
ThisDocument.
All works fine when the VBA macros / forms are included within a specific
Visio .vsd file. I'm now trying to put all the VBA code into a Stencil. I
have created a .vss file with everything in. I open an existing .vsd and then
use File->Shapes->Open Stencil to bring in my VBA macros. These autload and I
see my new Menu, but all Menu items are greyed out. Explicity setting
..enabled=true on the menu items makes no difference. Any ideas??
programmatically. These autoload from Document_DocumentOpened() in
ThisDocument.
All works fine when the VBA macros / forms are included within a specific
Visio .vsd file. I'm now trying to put all the VBA code into a Stencil. I
have created a .vss file with everything in. I open an existing .vsd and then
use File->Shapes->Open Stencil to bring in my VBA macros. These autload and I
see my new Menu, but all Menu items are greyed out. Explicity setting
..enabled=true on the menu items makes no difference. Any ideas??