AFAIK, You can't change the format and/or size etc of an InputBox. To alter
their appearance you need to use the Windows API. It's fairly complex. An
easy solution would be to create a UserForm and use it for input. You can
pretty much do whatever you want, in terms of format and/or size, with a
UserForm.