Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Office Developer Reference |
Occurs just after a CustomXMLPart object is loaded.
Note |
|---|
| References to DTDs from custom XML parts are not supported. DTD references in custom XML parts will not resolve, and custom XML parts containing DTD references generate an exception when an attempt is made to save the file's content to a flat XML file. |
Syntax
expression.PartAfterLoad(Part, )
expression An expression that returns a CustomXMLParts object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| Part | Required | CustomXMLPart | The part that was loaded. |
Example
The following example adds XML to a part after it is loaded.
| Visual Basic for Applications |
|---|
|
See Also
Note