Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Excel 2000-
Is there a way to allow different users to see only their rows in a community spreadsheet based on "their" ID being located in a particular column. Simple example: 20 rows in sheet. 5 users have 4 rows each in sheet. Column A has NT User ID for each user. I want each to see only his rows and NEVER be able to see the others. I get the user logon from NT so I know who opened and can use VBA code to apply a filter. But there are some many ways for a user to Unfilter to see all rows. Any ideas? I am currently working on a two sheet solutions copying data back and forth but it is getting complicated. |
#2
![]() |
|||
|
|||
![]()
Both worksheet and workbook protection (under tools|protection) are easily
broken. If that is really sensitive data, you may not even want to do the two sheets stuff. (Any suggestion I would proffer would be VBA based. And all the user has to do is disable macros and my suggestion would fail!) Old Music Lover wrote: Excel 2000- Is there a way to allow different users to see only their rows in a community spreadsheet based on "their" ID being located in a particular column. Simple example: 20 rows in sheet. 5 users have 4 rows each in sheet. Column A has NT User ID for each user. I want each to see only his rows and NEVER be able to see the others. I get the user logon from NT so I know who opened and can use VBA code to apply a filter. But there are some many ways for a user to Unfilter to see all rows. Any ideas? I am currently working on a two sheet solutions copying data back and forth but it is getting complicated. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert rows based on specific value | Excel Worksheet Functions | |||
REALLY miussing rows in Excel2000 | Excel Discussion (Misc queries) | |||
Hiding Rows if the linked rows are blank | Excel Discussion (Misc queries) | |||
Row selections by row # OR by even/odd rows in another spreadsheet | Excel Discussion (Misc queries) | |||
Adding Rows to Master Sheet | New Users to Excel |