Hi, I have a situation where I have an Automation Script and I need to find which Visio(s) can trigger it, if any. Is there any way I can do that?
This is really helpful when someone needs to have an overview of dependencies between Visios and Automation Scripts.
.vsdx files (and per extension all office ....x files) can be renamed to zips and extracted. In these zips you can find several xml files that contain all of the data of your visio, including the shape data.
If you have some coding knowledge, you could feed your entire directory into a self-written tool that unzips the .vsdx files and looks for the script name in the xml files.