InputBox関数ではダメじゃが,InputBoxメソッド(Application.InputBox)ならTypeオプションで,ある程度入力するデータを制御できる。 しかし,全角数字の制限は…」 Application.InputBoxでは,Typeオプションで入力するデータを制御できます(リスト1)。
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])の形です ...