Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 119
Default Create Password

I wish to make a particular worksheet available in a workbook only to certain
users who know a password to access it. Is there a way to create a password
dialog box (i.e., InputBox) that prompts a user but displays only asterisks
when they type the password? Thanks.
--
Steve C
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 857
Default Create Password

You can use a UserForm with a text box and a button. Set the PasswordChar
property of the textbox to "*".


--
Hope that helps.

Vergel Adriano


"Steve C" wrote:

I wish to make a particular worksheet available in a workbook only to certain
users who know a password to access it. Is there a way to create a password
dialog box (i.e., InputBox) that prompts a user but displays only asterisks
when they type the password? Thanks.
--
Steve C

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 119
Default Create Password

Thanks, Vergel. That's what I needed!
--
Steve C


"Vergel Adriano" wrote:

You can use a UserForm with a text box and a button. Set the PasswordChar
property of the textbox to "*".


--
Hope that helps.

Vergel Adriano


"Steve C" wrote:

I wish to make a particular worksheet available in a workbook only to certain
users who know a password to access it. Is there a way to create a password
dialog box (i.e., InputBox) that prompts a user but displays only asterisks
when they type the password? Thanks.
--
Steve C

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default Create Password

You'd need to use a textbox in a UserForm (set the PasswordChar property
to *).

However, be aware that it takes only the minimal ability to find these
groups in order to bypass any protection.

If you want actual security, don't send workbooks to people who
shouldn't see all the sheets.

In article ,
Steve C wrote:

I wish to make a particular worksheet available in a workbook only to certain
users who know a password to access it. Is there a way to create a password
dialog box (i.e., InputBox) that prompts a user but displays only asterisks
when they type the password? Thanks.

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
How do I get create one password for multiple tabs/worksheets? quickkaren Excel Discussion (Misc queries) 1 October 6th 08 01:43 PM
Create Secure Data (need employee ID & password to access) Kimba Excel Discussion (Misc queries) 4 August 28th 08 05:34 AM
how to create password for an folder C.M.[_2_] New Users to Excel 1 July 21st 08 11:50 AM
How do I create a required password before opening an excel doc? Susie New Users to Excel 1 March 9th 06 10:18 PM
How do I create a password to unprotect cells in Excel rjbrelo Excel Worksheet Functions 1 March 5th 06 09:58 PM


All times are GMT +1. The time now is 04:01 AM.

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"