Is there a way in Excel to make Data Validation dropdowns actually dropdown on the first click? You know, as it currently works, you have to click on the cell with the data validation to select it. Then you have to click on it again to make the dropdown expand.
Is there some kind of VB code to make this expand in a single click? I figure the "Worksheet_Change" sub would be the place to do this in, but how do you do it? Is it even possible?
If it isn't possible, I guess an acceptable alternative would be for the cell to autocomplete if you begin typing one of the values with the cell is linked to. I don't know how to do that either though. The only way I know of that autocomplete will work is if the values you are typing already exist in the column you're typing in.
Thanks for your help if anyone comes up with any ideas.
Is there some kind of VB code to make this expand in a single click? I figure the "Worksheet_Change" sub would be the place to do this in, but how do you do it? Is it even possible?
If it isn't possible, I guess an acceptable alternative would be for the cell to autocomplete if you begin typing one of the values with the cell is linked to. I don't know how to do that either though. The only way I know of that autocomplete will work is if the values you are typing already exist in the column you're typing in.
Thanks for your help if anyone comes up with any ideas.