There are left and top arguments...
Prompt Required String. The message to be displayed in the dialog box. This can be a string, a number, a date, or a Boolean value (Microsoft Excel automatically coerces the value to a
String before it's displayed).
Title Optional Variant. The title for the input box. If this argument is omitted, the default title is "Input."
Default Optional Variant. Specifies a value that will appear in the text box when the dialog box is initially displayed. If this argument is omitted, the text box is left empty. This value can be a
**Range** object.
Left Optional Variant. Specifies an x position for the dialog box in relation to the upper-left corner of the screen, in points.
Top Optional Variant. Specifies a y position for the dialog box in relation to the upper-left corner of the screen, in points.
HelpFile Optional Variant. The name of the Help file for this input box. If the
HelpFile and HelpContextID arguments are present, a Help button will appear in the dialog box.
HelpContextId Optional Variant. The context ID number of the Help topic in
HelpFile.
Type Optional Variant. Specifies the return data type. If this argument is omitted, the dialog box returns text. Can be one or a sum of the following values.