VB Code to perform an action, when user selects a particular cell in MS Excel
-
Hello, I wanted to develop a code in VB inside MS Excel that allows the user to select his name from a drop down menu placed in an Excel Cell. Then the code asks the user for a password against his username and further unlock selected columns for him to edit. I have created a drop down list via this help: http://spreadsheetpage.com/index.php/tip/create_a_drop_down_list_of_possible_input_values/[^] How to proceed further for asking the user for a password?
-
Hello, I wanted to develop a code in VB inside MS Excel that allows the user to select his name from a drop down menu placed in an Excel Cell. Then the code asks the user for a password against his username and further unlock selected columns for him to edit. I have created a drop down list via this help: http://spreadsheetpage.com/index.php/tip/create_a_drop_down_list_of_possible_input_values/[^] How to proceed further for asking the user for a password?
-
Yes I discovered that previously. What I want to do is to create a multiple user access inside the excel sheet.