save Method

Microsoft FrontPage Visual Basic

save Method

Saves a document.

expression.save(showUI)

expression    Required. An expression that returns one of the objects in the Applies To list.

showUI    Optional Boolean. Specifies whether to display the Save As dialog box.

Example

The following example saves the active document.

    ActiveDocument.Save False