Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Multiple user password

I am using Excel 2000. I am trying to create a work sheet that allows
multiple users to modify different cells with different passwords.

EXAMPLE:

Mike can only modify column 1 with his password and the rest is read only.
Joe can only modify column 2 with his password ect...............

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.programming
jtp jtp is offline
external usenet poster
 
Posts: 1
Default Multiple user password


Hi PMCN,
Assuming you do know how to build the login portion for each user, I
would set it up by locking cells and setting protection based on each
user. For instance, if Mike opens the workbook, after verifying his
login/password:

1. Make sure all the cells are locked in that sheet
-Worksheet("Yoursheet").Cells.Locked = True-

2. Unlock the cells in column A.
-Columns("A:A").Locked = False 'For Mike-

3. Then protect the worksheet with your own password.
-ActiveSheet.Protect Password:="Your Password", DrawingObjects:=True,
Contents:=True, Scenarios:=True-

This will allow Mike to only update Column A cells. Do the same for
all the other logins. Setting up the login/password stuff is a bit
more complex.


I am using Excel 2000. I am trying to create a work sheet that allows
multiple users to modify different cells with different passwords.

EXAMPLE:

Mike can only modify column 1 with his password and the rest is read
only.
Joe can only modify column 2 with his password ect...............

Thanks!


--
jtp
------------------------------------------------------------------------
jtp's Profile: http://www.excelforum.com/member.php...o&userid=21132
View this thread: http://www.excelforum.com/showthread...hreadid=495840

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Multiple user password

Jtp,
Thanks for your help.

Let's assume I know nothing about how to build login portion. Where can I
find this info?

Thanks again

"jtp" wrote:


Hi PMCN,
Assuming you do know how to build the login portion for each user, I
would set it up by locking cells and setting protection based on each
user. For instance, if Mike opens the workbook, after verifying his
login/password:

1. Make sure all the cells are locked in that sheet
-Worksheet("Yoursheet").Cells.Locked = True-

2. Unlock the cells in column A.
-Columns("A:A").Locked = False 'For Mike-

3. Then protect the worksheet with your own password.
-ActiveSheet.Protect Password:="Your Password", DrawingObjects:=True,
Contents:=True, Scenarios:=True-

This will allow Mike to only update Column A cells. Do the same for
all the other logins. Setting up the login/password stuff is a bit
more complex.


I am using Excel 2000. I am trying to create a work sheet that allows
multiple users to modify different cells with different passwords.

EXAMPLE:

Mike can only modify column 1 with his password and the rest is read
only.
Joe can only modify column 2 with his password ect...............

Thanks!


--
jtp
------------------------------------------------------------------------
jtp's Profile: http://www.excelforum.com/member.php...o&userid=21132
View this thread: http://www.excelforum.com/showthread...hreadid=495840


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
Excel 2000 required multiple user name and password logins ISTech Excel Programming 0 August 23rd 05 08:19 PM
Required multiple user name and password logins for database query ISTech Excel Discussion (Misc queries) 0 August 22nd 05 09:53 PM
put user and password into a web page sal21[_52_] Excel Programming 2 June 14th 05 03:33 PM
IE User Name and Password message box James W.[_2_] Excel Programming 3 December 28th 04 04:40 AM
Script user id and password Steph[_3_] Excel Programming 4 November 23rd 04 09:29 PM


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

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

About Us

"It's about Microsoft Excel"