cata2200
Board Regular
- Joined
- Jul 29, 2006
- Messages
- 60
Hello
I am searching for a solution of my problem, but no chance to to locate it.
I have a List Box with 4-5 options (one at the time).
Based on the choosen option I would like to assign the already defined list in a second List Box.
So:
In the first List box I have: "Hired", "Off Hired", "Standby", "Abandoned"
If chosen the first option ("Hired"), the elements in the second List Box shall be taken from the "Vessels_Hired" array, which is already defined as:
=OFFSET(Lists!$F$6, 0, 0, COUNTA(Lists!$F$6:$F$100), 1)
Any clue?
Regards
Catalin
I am searching for a solution of my problem, but no chance to to locate it.
I have a List Box with 4-5 options (one at the time).
Based on the choosen option I would like to assign the already defined list in a second List Box.
So:
In the first List box I have: "Hired", "Off Hired", "Standby", "Abandoned"
If chosen the first option ("Hired"), the elements in the second List Box shall be taken from the "Vessels_Hired" array, which is already defined as:
=OFFSET(Lists!$F$6, 0, 0, COUNTA(Lists!$F$6:$F$100), 1)
Any clue?
Regards
Catalin