Worksheet.ShowDataForm method (Excel)
Displays the data form associated with the worksheet.
Syntax
expression.ShowDataForm
expression A variable that represents a Worksheet object.
Remarks
The macro pauses while you are 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.
Worksheets(1).ShowDataForm
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.