I need end user not to be able to make any changes in the sheet, not only the drop down menu, but also, all the cells in the sheet. So how can I make the end user not interact with any cells, except drop down menu to pick up a value from the drop down menu?
Luck directs me to VBA sheet and properties windows and tells me enable password, in VB window, the only thing can be protected is the VB code as far as I understand.
When I use protect sheet and workbook from the menu, I can make changes to the sheets and workbook.
Thank you for the help.