Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have been trying to create a pull down list within excel to limit
what can be entered into a cell with protection. What I am aiming for is a pull down list of peoples initials, once the selection has been made a request for a password is made. This will identify that the correct person is using their initials. I have tried all variations with the basic Excel protections available but this seems too complicated for any of them. Thanks to any one that has an idea. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Comments inline
NickHK "gall" wrote in message ups.com... I have been trying to create a pull down list within excel to limit what can be entered into a cell with protection. Data Validation ? What I am aiming for is a pull down list of peoples initials, once the selection has been made a request for a password is made. This will identify that the correct person is using their initials. Combobox filled with initial. _Change event, Input box for password, VLOOKUP response against initials. I have tried all variations with the basic Excel protections available but this seems too complicated for any of them. Not sure what you mean here, but if the above step is successful, then MySheet.UnProtect "Password". Thanks to any one that has an idea. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Passwords | Excel Discussion (Misc queries) | |||
Passwords | Excel Discussion (Misc queries) | |||
passwords | Excel Programming | |||
Passwords | Excel Programming | |||
VBA and Passwords? | Excel Programming |