Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Mask an entry using InputBox function

My first usage of this newsgroup!

I would like to introduce a password in an input box to be
runned in a macro - as part of a connection string - , to
access an external database.
For this purpose, i would like that the entry in the input
box would be not echoed or that would show with a "*" mask.

Does any one out there can help?

Thanks for reading it,

Vasco


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 103
Default Mask an entry using InputBox function

On Wed, 23 Jul 2003 04:26:26 -0700, "Vasco" wrote:

My first usage of this newsgroup!

I would like to introduce a password in an input box to be
runned in a macro - as part of a connection string - , to
access an external database.
For this purpose, i would like that the entry in the input
box would be not echoed or that would show with a "*" mask.

Does any one out there can help?

Thanks for reading it,


You can't do it through either of the Input Boxes avaliable to Excel.
You would need to create a UserForm, put a TextBox control on it, and
set the PasswordChar Property of that text box to hide the input.

---------------------------------------------------------
Hank Scorpio
scorpionet who hates spam is at iprimus.com.au (You know what to do.)
* Please keep all replies in this Newsgroup. Thanks! *
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Mask an entry using InputBox function

You need to use a UserForm for this. Add a textbox. In
the properties window, change the textbox's PasswordChar
to say *

Patrick Molloy
Microsoft Excel MVP

-----Original Message-----
My first usage of this newsgroup!

I would like to introduce a password in an input box to

be
runned in a macro - as part of a connection string - ,

to
access an external database.
For this purpose, i would like that the entry in the

input
box would be not echoed or that would show with a "*"

mask.

Does any one out there can help?

Thanks for reading it,

Vasco


.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 38
Default Mask an entry using InputBox function

As far as I know, you can't create a mask using an input
box. You'll have to create your own User Form that uses a
textbox control that has the PasswordChar property set to
something (astrisks works well most of the time).

-----Original Message-----
My first usage of this newsgroup!

I would like to introduce a password in an input box to

be
runned in a macro - as part of a connection string - , to
access an external database.
For this purpose, i would like that the entry in the

input
box would be not echoed or that would show with a "*"

mask.

Does any one out there can help?

Thanks for reading it,

Vasco


.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Input Mask Steven Excel Worksheet Functions 1 January 16th 06 11:27 PM
Edit Mask Springwalker Excel Discussion (Misc queries) 2 August 23rd 05 11:06 PM
how do I create a data entry edit mask? Jeff Perreault Excel Discussion (Misc queries) 0 June 10th 05 09:16 PM
Input Mask Jimmy Clay New Users to Excel 3 December 1st 04 01:16 AM
Help with Inputbox Function Eric[_7_] Excel Programming 4 July 14th 03 08:00 PM


All times are GMT +1. The time now is 01:00 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"