Workbook.Post method (Excel)
Posts the specified workbook to a public folder. This method works only with a Microsoft Exchange client connected to a Microsoft Exchange server.
Syntax
expression.Post (DestName)
expression A variable that represents a Workbook object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.