![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
when a cell with a list box is selected
an arrow appears next to the cell. Is it possible to have this arrow stay on the screen even when the cell is not selected. I want the user to know to look there. thanks |
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Auckland, New Zealand
Posts: 4,209
|
What you have discribed is probably the
data validation box....it's not possible for this to remain visible. couple of options though if you do want a combobox type visible; 1) either use a combobox avail via a) Forms combars or b) Control toolbox 2) Format the cell to look like a data selection area. Ivan |
|
|
|
|
|
#3 | |
|
New Member
Join Date: Mar 2002
Posts: 38
|
Quote:
The look of the combo box is fine. But how do I make it work like the list box? Easy? |
|
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Auckland, New Zealand
Posts: 4,209
|
Quote:
Right click on the object and view it's properties. (1st you must be in design mode) For combobox from Forms control Right click and select format control View your options there. Post for further help Ivan |
|
|
|
|
|
|
#5 | ||
|
New Member
Join Date: Mar 2002
Posts: 38
|
Quote:
|
||
|
|
|
|
|
#6 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Central Florida, USA
Posts: 7,541
|
Name your list range for your dropdown list. Then use the name range for the criteria. Else use column notation like: $AA:$AA for all of column "AA" as the items in your dropdown list. JSW
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|