X and Y refer to the position of the inputbox upon initialization. The default is a centered position, but you can, by incrementing the x and y coordinates specify the location relative to the top left of the application.

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.

I've never adjusted these, but I assume that by 'points', you would enter a non-decimal integer, much like the top and left attributes when accessing the properties of an ActiveX Control (like a command button, toggle button, combo box, etc.)

-hth-