Home › Forums › General XMetaL Discussion › Getting open xml file name in Xmetal through VB script › Reply To: Getting open xml file name in Xmetal through VB script
Reply to: Getting open xml file name in Xmetal through VB script
October 24, 2011 at 5:58 pmThe main API for this is the Documents object and related APIs.
You can also check the current document using the Document object and the specific API named ActiveDocument.
If you navigate to any of these in the Programmer's Guide (XMetaL Developer) you should be able to easily locate their associated properties and methods.