Share via


_Worksheet.ShowDataForm Method

Displays the data form associated with the worksheet.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub ShowDataForm
'Usage
Dim instance As _Worksheet

instance.ShowDataForm()
void ShowDataForm()

Remarks

Execution pauses while you’re using the data form. When you close the data form, execution resumes at the line following the ShowDataForm method.

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

See Also

Reference

_Worksheet Interface

_Worksheet Members

Microsoft.Office.Interop.Excel Namespace