Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 204
Default Data Validation drop-down

I have a cell with data validation drop-down in it. If I've already chosen
an item the list opens next time with tht item at the top of the list -
can't see the ones at the top unless I scroll up.

I want it to open showing the beginning of the list each time. Can I control
how it opens?

I am OK with a VBA solution if that's the only way to do it, too. but how
would I control that drop-down with code?

Thanks

M

  #2   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel
external usenet poster
 
Posts: 2,510
Default Data Validation drop-down

Hi Michelle,

I don't think there is any answer to this. That is what drop downs usually do.

Consider it in the opposite direction. You have selected one of the first
options and the next time you want one of the last options then you have to
scroll to the bottom.

--
Regards,

OssieMac


"Michelle" wrote:

I have a cell with data validation drop-down in it. If I've already chosen
an item the list opens next time with tht item at the top of the list -
can't see the ones at the top unless I scroll up.

I want it to open showing the beginning of the list each time. Can I control
how it opens?

I am OK with a VBA solution if that's the only way to do it, too. but how
would I control that drop-down with code?

Thanks

M

  #3   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel
external usenet poster
 
Posts: 277
Default Data Validation drop-down

On Fri, 8 Jan 2010 01:01:01 -0800, OssieMac
wrote:

Hi Michelle,

I don't think there is any answer to this. That is what drop downs usually do.

Consider it in the opposite direction. You have selected one of the first
options and the next time you want one of the last options then you have to
scroll to the bottom.



My time sheet app always opens at the beginning of the time list I give
it.

I assign a Name to a range and then put "=RangeName" Where "rangeName"
is replaced by the name of the range I just created.

in the validation box. That way if I expand the list, the drop down does
too, and I am pretty sure that it always starts at 12:00 AM, regardless
of what time I previously chose.
  #4   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 1,180
Default Data Validation drop-down

Excel 2007 Validation
Start at top of drop-down list.
With macro.
http://c0444202.cdn.cloudfiles.racks.../01_08_10.xlsm

  #5   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 15,768
Default Data Validation drop-down

Let's assume the drop down is in cell A1 and the selections for the drop
down are 1,2,3,4,5.

List the selections in a range of cells, say, F1:F5.

Enter this array formula** in cell G1:

=INDEX(F$1:F$5,SMALL(IF(F$1:F$5<A$1,ROW(F$1:F$5)) ,ROWS(F$1:F1))-ROW(F$1)+1)

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT
key then hit ENTER.

Copy down to G5

Create ths defined name

Goto the menu InsertNameDefine
Name: ListRange
Refers to:

=$G$1:INDEX($G$1:$G$5,COUNTIF($G$1:$G$5,"<#NUM!") )

OK out

As the source for the drop down use =ListRange

--
Biff
Microsoft Excel MVP


"Michelle" wrote in message
...
I have a cell with data validation drop-down in it. If I've already chosen
an item the list opens next time with tht item at the top of the list -
can't see the ones at the top unless I scroll up.

I want it to open showing the beginning of the list each time. Can I
control how it opens?

I am OK with a VBA solution if that's the only way to do it, too. but how
would I control that drop-down with code?

Thanks

M



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Validation drop-down Michelle Excel Discussion (Misc queries) 5 March 17th 21 05:18 AM
Data Validation Drop Down Using VBA? egun Excel Programming 1 February 19th 09 02:07 PM
Data validation drop-down box damanwitdaplan Excel Discussion (Misc queries) 1 March 6th 08 02:53 PM
Data Validation - Drop Down Box L2Lafferty Excel Worksheet Functions 3 December 28th 06 07:25 PM
Data Validation - Drop Down John Excel Worksheet Functions 3 April 25th 06 03:50 AM


All times are GMT +1. The time now is 02:11 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"