TransformDocument Method
From Microsoft Word Visual Basic
Example
The following example transforms the active document using the specified XSLT file.
ActiveDocument.TransformDocument _
("c:\schemas\simplesample.xslt")From Microsoft Word Visual Basic
The following example transforms the active document using the specified XSLT file.
ActiveDocument.TransformDocument _
("c:\schemas\simplesample.xslt")