Input Boxes

C

carvil16

Is there anyway we can use the InputBox to accept input without perso
seeing the information typed? I want something like this but I want t
get around using a TextBox
 
T

Trevor Shuttleworth

You will have to create a User Defined Form with a TextBox ... or accept the
limitation of being able to see the characters typed. Your choice.

Regards

Trevor
 
C

Chip Pearson

You can't do that with an InputBox. You need to use a text box
on a user form.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Top