jms54 said:
I have made a drop down box using data validation. When I go to an empty
cell and click the dropdown arrow, it goes to the first blank cell which is
the cell after all my data. How do I make the dropdown box go to the first
item in the column of data. Thanks
I'm having a hard time visualizing what's happening.
First, while I don't think it makes a difference here, you should always
specify which version of MacXL you are using.
AFAIK, you can't change the behavior of the dropdowns. I *think*, for
XL04 and XL08 the logic is
1) If the entire list can be displayed entirely below the cell,
the list shows up below the cell and to the left.
2) If the entire list can't be displayed below the cell, but it can
be displayed entirely above the cell, the list is displayed above
and to the left
3) Otherwise, display the list to the right of the cell, with the
bottom of the list at the bottom of the screen.
If that's not what you're talking about, post back with a little more
description.