Macro, where art thou?

M

Mac

'ello,

when I open my .vst, Visio wisely reminds me of macros being contained in
the file with that notorious Enable, Disable, More Info dialog box; however,
neither by displaying the Macros list nor via VB editor can I see any ... How
can this be and how do I find them? Thank you!
 
J

John... Visio MVP

Mac said:
'ello,

when I open my .vst, Visio wisely reminds me of macros being contained in
the file with that notorious Enable, Disable, More Info dialog box;
however,
neither by displaying the Macros list nor via VB editor can I see any ...
How
can this be and how do I find them? Thank you!


Sounds like you may be suffering from the phantom macro menance.

At one time the template contained macros. Though it is possible to delete
all the macros, the file contains the stub of a VBA project. So as long as
the stub exists, you will get the macro warning.

To get rid of it, save the file in one of the XML formats and then open it
in a text editor. #### Remember to do save the file first ###

At the bottom of the file should be
<VBProjectData></VBProjectData></VisioDocument>
remove the <VBProjectData></VBProjectData> tags.

John... Visio MVP
 
Top