I'm trying to use the following code to prevent my users from leaving cell (D3) blank.
The cell is contained in a protected worksheet. The contents of the drop down list are contained in a hidden worksheet that I'm using for data validation purposes. Let's say the list on the separate worksheet is as follows:Please Login or Register to view this content.
'
Dog
Cat
The " ' " is used so the cell appears blank until the user clicks on the cell and selects an option. I need the blank option since both options (i.e. Dog or Cat) are programmed to auto populate other cells with specific data.
The above code works great in cells that do NOT contain a drop down list. Any ideas how to modify it to suit my need? Thanks.
Matthew
Bookmarks