P
PaulV
I
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvisio02/html/vis_runadd.as
discussing changes in AddOnName for Visio 2002 it is implied that something like
menuItem.AddOnName = "myProject.module1.myProcedure
creates a menu entry for accessing myProcedure
When I do this it works as long as myProject is the active document. If myProject is a different document or a stencil, the menu entry is dimmed so it can't be accessed
Can anyone point out the error of my ways
Thanks
Paul
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvisio02/html/vis_runadd.as
discussing changes in AddOnName for Visio 2002 it is implied that something like
menuItem.AddOnName = "myProject.module1.myProcedure
creates a menu entry for accessing myProcedure
When I do this it works as long as myProject is the active document. If myProject is a different document or a stencil, the menu entry is dimmed so it can't be accessed
Can anyone point out the error of my ways
Thanks
Paul