Visio 2007 SP3 does not provide EXPORT XMI add-on
-
Saturday, March 31, 2012 5:36 PMPrevious posts from suggest need to install SP2 to get the XMI export add-on. I could not find in add-ons menu (my current config is Visio 2007 (12.0.6606.1000) SP3 MSD (12.0.6607.1000). I tried to install SP2 over the current config to obtain the add-on but received message box notice "SP2 already installed. How do I procure this add-on for V2007?
All Replies
-
Monday, April 02, 2012 7:46 AMModerator
Hi,
You may try to use following VBA example:
Sub ExportXMI()
Application.Addons("UML Background Add-on").Run ("/CMD=400 /XMIFILE=""C:\path\file.xmi""")
End Sub
More reference: http://blogs.msdn.com/b/visio/archive/2009/05/11/follow-up-visio-2007-service-pack-2-and-visio-conference-2008.aspx
Related thread:
http://social.msdn.microsoft.com/Forums/en-US/vsarch/thread/81eb342b-7c6a-4fd6-a847-4b009274f187Best regards.
William Zhou
TechNet Community Support
- Marked As Answer by William Zhou CHNModerator Wednesday, April 11, 2012 7:18 AM

