InputBox Screen Position
Hi,
Can position X & Y screeen positions be added to the InputBox code below the
way it's written.
userExciseTaxNo = InputBox("Enter sales tax number. Example Format:" &
Chr(13) & _
"Enter .06125 for 6.125% " & Chr(13) & Chr(13) & _
"Press enter Or Click 'OK'", "Enter Tax Amonut",
startExciseTaxNo)
Thanks
|