Home |
Search |
Today's Posts |
#3
![]() |
|||
|
|||
![]()
hi,
lets say i have a table o 5 coulmns: A-E and i i have information in all the columns, but i whant that some of the users will not be able to see the data in coulms D and E. how do i do this. "Peter Rooney" wrote: Michael, Try something like this: Sub Password() Message = "Enter Password" Title = "Restricted User Mode" DefaultPassword = "********" ReturnedPassword = UCase(InputBox(Message, Title, DefaultPassword)) If ReturnedPassword < "MyPassword" Then Exit Sub Else 'Unprotect your ranges etc End If End Sub On;y the prople who know "Mypassword" will be able to reveal the hidden renges, columns, rows etc. Hope this helps Pete "michael" wrote: I need to protect a workbook that will hide some of the information from several users but will show this information to other users. it is very urgent |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How many users can sucessfully use a shared excel workbook? | Excel Worksheet Functions | |||
allow users to edit a range in excel 2000 | Excel Discussion (Misc queries) | |||
Excel - Hide Column/s or Change Font color Only for printing | Excel Discussion (Misc queries) | |||
Hide AutoShapes On Excel Worksheet | Excel Worksheet Functions | |||
Excel prompt inaccessible to users | Excel Discussion (Misc queries) |