Share via


_Workbook.Post Method

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub Post ( _
    DestName As Object _
)
'Usage
Dim instance As _Workbook
Dim DestName As Object

instance.Post(DestName)
void Post(
    Object DestName
)

Parameters

  • DestName
    Type: System.Object

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

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace