How to Show Dropdown Button?

M

Michael

Hi everyone,

How to keep dropdown button apparent? If invisible, it wont be clear
for someone so he/she can make choices!

Thanks,
Mike
 
F

Frank Kabel

Hi
if you mean the data - validation dropdown there's to my knowledge no way to
make it stay visible
 
D

Dave Peterson

When I use Data|Validation, I color the cell so it stands out.

You may even want to use an adjacent cell with instructions:

=if(a1<>"","","<-- Please enter something in this cell!")
 
D

Debra Dalgleish

Another option is to add a comment to the cell, and leave the comment
marker visible.
 
Top