Exports the current project.

[VBScript]
Public Sub Export( _
   ByVal document As Word.Document _
)
[JScript]
public function Export(
   document : Word.Document
);

Parameters

document
The Word document that contains the project to export.

Remarks

Call the method to export the current help project.

This method raises the Application.ProjectExport event.

See Also

Project Object | Project Members | HelpProducer Namespace