C
Chris Adams
Hello,
In Combobox2 I would like to show a list, depending on the selection
in Combobox1. This list is based on a dynamic named range (and is
triggered by an Event-procedure).
I would like this named range to combine selected non-contigous
ranges.
Example:
In Column A, one block is called "Assets". Further down in Col A,
another, non-contiguous, block is called "Cash".
I would like to create a named range called "AssetsCash" that combines
both blocks. For instance, I wondered whether it was possible to
create "AssetsCash" = INDIRECT("Assets" & "Cash"). This didn't work
for me.
The reason I am fixated on this solution is that I already have a
large V-lookup table built into the workbook. Combobox2 would provide
a simple item to refer to that V-lookup table. (A sorry alternative
is to build two V-lookup tables, with the second table containing the
ranges contiguously).
I looked in the archives, but couldn't find an answer. Many thanks in
advance if you have such a solution.
Regards,
Chris Adams
In Combobox2 I would like to show a list, depending on the selection
in Combobox1. This list is based on a dynamic named range (and is
triggered by an Event-procedure).
I would like this named range to combine selected non-contigous
ranges.
Example:
In Column A, one block is called "Assets". Further down in Col A,
another, non-contiguous, block is called "Cash".
I would like to create a named range called "AssetsCash" that combines
both blocks. For instance, I wondered whether it was possible to
create "AssetsCash" = INDIRECT("Assets" & "Cash"). This didn't work
for me.
The reason I am fixated on this solution is that I already have a
large V-lookup table built into the workbook. Combobox2 would provide
a simple item to refer to that V-lookup table. (A sorry alternative
is to build two V-lookup tables, with the second table containing the
ranges contiguously).
I looked in the archives, but couldn't find an answer. Many thanks in
advance if you have such a solution.
Regards,
Chris Adams