BodyElement Object

SharePoint Designer Developer Reference

Represents the BODY element in an HTML document.

Interfaces
This object implements the following interfaces

Remarks

Use the Body property to return a BodyElement object. The following example creates a BodyElement object that represents the BODY element in the active document.

Visual Basic for Applications
Dim objBody As BodyElement
Set objBody = ActiveDocument.body

See Also