Post Method

Applies To

Workbook Object.

Description

Posts the specified workbook to a public folder or a Lotus Notes database. This method is available only in Microsoft Excel for Windows 95.

Syntax

object.Post(destName)

object

Required. The workbook to post.

destName

Optional. Specifies the name of the destination public folder or Lotus Notes database. In Microsoft Excel for Windows 95, 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