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.

Visual Basic for Applications
ActiveWorkbook.Post
Make a specified workbook available on a public folder? POST POST method Post to shared folder?

See also: