다음을 통해 공유


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

.Post(DestName)

A variable that represents a Workbook object.

Parameters

Name

Required/Optional

Data Type

Description

DestName

선택

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

참고 항목

개념

Workbook Object Members

Workbook Object