Displays a dialog box for user input. Returns the information entered in the dialog box.
Displays a dialog box for user input. Returns the information entered in the dialog box.
(1)InputBox・・・基本のInputBox。無印とでも呼ぼう。 変数 = InputBox(Prompt, [Title], [Default], [XPos], [YPos], [HelpFile], [Context])の形です ...