Application.ShowStartupDialog Property
Returns True (default) when the New Workbook task pane appears for a Microsoft Excel application. Read/write Boolean.
Syntax
expression.ShowStartupDialog
expression A variable that represents an Application object.
Example
In this example, Microsoft Excel determines if the New Workbook task pane appears and notifies the user.
| Visual Basic for Applications |
|---|
|