P
(PeteCresswell)
Not looking for a specific solution - rather for a general
method/strategy.
I've got a worksheet where column A will contain, for example,
continent names; column B will contain country names, and columns
C+ will contain properties of the country in column B. e.g.
square miles, population, name of capital city, and so-forth.
The user needs to be able to select a continent for column A from
a drop down list that points to a list of continents that is not
on the same worksheet (which seems to rule out the cell's "Pick
from drop down list" option).
Once a continent has been picked by the user, they need to be
able to move over to column B and pick a country from a drop down
list that has been magically restricted to only the names of
countries on the continent selected in column A.
Once the country has been selected in column B, columns C+ need
tb populated with various country properties from a list on
another worksheet.
There will be 15-20 rows like this - each independent of the
other.
The real data is something called bond "Deals" and "Tranches"....
but that seemed too arcane for the examples and the
"Continent/Country" seems to work....
Can anybody give me some guidance on the general approach?
Some way to fake out the "Pick from drop down" source rule so it
can pick from another sheet?
Floating combo boxes over the column A and B cells?
If combo boxes, what events should I be working with?
Is it possible to re-size a combo box to the default row height?
Trying it manually on a sample sheet didn't seem to work. Minimum
height seemed tb .22 inches.
method/strategy.
I've got a worksheet where column A will contain, for example,
continent names; column B will contain country names, and columns
C+ will contain properties of the country in column B. e.g.
square miles, population, name of capital city, and so-forth.
The user needs to be able to select a continent for column A from
a drop down list that points to a list of continents that is not
on the same worksheet (which seems to rule out the cell's "Pick
from drop down list" option).
Once a continent has been picked by the user, they need to be
able to move over to column B and pick a country from a drop down
list that has been magically restricted to only the names of
countries on the continent selected in column A.
Once the country has been selected in column B, columns C+ need
tb populated with various country properties from a list on
another worksheet.
There will be 15-20 rows like this - each independent of the
other.
The real data is something called bond "Deals" and "Tranches"....
but that seemed too arcane for the examples and the
"Continent/Country" seems to work....
Can anybody give me some guidance on the general approach?
Some way to fake out the "Pick from drop down" source rule so it
can pick from another sheet?
Floating combo boxes over the column A and B cells?
If combo boxes, what events should I be working with?
Is it possible to re-size a combo box to the default row height?
Trying it manually on a sample sheet didn't seem to work. Minimum
height seemed tb .22 inches.