Input Boxes

  • Thread starter Thread starter carvil16
  • Start date Start date
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
 
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top