ShowDataForm Method

Applies To

Worksheet Object.

Description

Displays the data form associated with the worksheet.

Syntax

object.ShowDataForm

object

Required. The Worksheet object.

Remarks

The macro pauses while you use the data form. When the user closes the data form, this macro will resume at the line following the ShowDataForm method.

This method will run the custom data form, if one exists.

Example

This example displays the data form for Sheet1.


Worksheets(1).ShowDataForm