Post Method

Microsoft Excel Visual Basic

Posts the specified workbook to a public folder. This method works only with a Microsoft Exchange client connected to a Microsoft Exchange server.

expression.Post(DestName)

expression    Required. An expression that returns a Workbook object.

DestName    Optional Variant. This argument is ignored. The Post method prompts the user to specify the destination for the workbook.

Example

This example posts the active workbook.

ActiveWorkbook.Post