FPHTMLBody Object
Represents the BODY element in an HTML document. See also the IHTMLBodyElement object.
Using the FPHTMLBody object
Use the Body property to return an FPHTMLBody object. The following example creates an FPHTMLBody object that represents the BODY element in the active document.
Dim objBody As FPHTMLBody
Set objBody = ActiveDocument.body