title Optional. String expression displayed in the title bar of the dialog box. If you omit title, the application name is placed in the title bar. default Optional. String expression displayed in the ...
Automating the selection process isn’t difficult if you rely on VBA’s InputBox in Microsoft Excel. Often, you’ll want Excel users to specify a range that the app then uses in an automated way.
Displays a prompt in a dialog box, waits for the user to input text or click a button, and returns a String containing the contents of the text box. title Optional. String expression displayed in the ...