ReSizing InputBox Parameters

  • Thread starter Thread starter LRay67
  • Start date Start date
L

LRay67

Is there a way to resize the InputBox when it prompts user for input? Any
help would be greatly appreciated. Thanks

Linda
 
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.

HTH,
Ryan---
 
Back
Top