Syntax

expression.ShowDataForm

expression A variable that represents a Worksheet object.

Remarks

The macro pauses while you're using the data form. When you close the data form, the macro resumes at the line following the ShowDataForm method.

This method runs the custom data form, if one exists.

Example

This example displays the data form for Sheet1.

Visual Basic for Applications
Worksheets(1).ShowDataForm
Display worksheet data form. How does my program show the form associated with this worksheet? show Show Data Form Show Data Form Method Show Dataform showdata ShowDataForm showdataform method

See also: