Workarounds for gaps in Word for Mac 2011 VBA object model?
There seem to be a bunch of things in the Word 2007/2010 VBA object model which are simply missing in Word 2011 VBA. Specifically, Word 2007 (for Windows) includes objects and methods related to: ContentControls CustomXMLParts OpenXML For example: **Word.Document** Property ContentControls As ContentControls contentcontrol events eg Event ContentControlAfterAdd(NewContentControl As ContentControl, InUndoRedo As Boolean) Property CustomXMLParts As CustomXMLParts Property WordOpenXML As String **Word.ContentControl** Property XMLMapping As XMLMapping **Word.ContentControls** Function Add([Type