J
JMay
I'm reworking an application I did a few years ago. As I attempt to
"improve-it"
I'm not doing so good. I am using Data Validation Dropdown ListBoxes.
My Column A usage is OK.. In Column B I've made another Data Validation
Dropdown box which if "dependent" on the choice made in Column A, for
example:
It was working when things were as follows:
A1: Electrical Work B1: =Indirect(Substitute(A1," ","")) (to
eliminate space in rangename)
I have a range name - Electricalwork - with refers to box:
=Sheet2!$D$2:$D$6
I've tried changing things the refers to box to:
=Offset(Sheet2!$D$2,0,0,Counta(Sheet2!$D:$D),1)
but I'm getting message The Source currently evaluates to an error. Do
you wish to continue; Y/N
If I say Yes, when I click on B1 it is dead - Nothing is there (only the
drop-down arrow).
Any suggestions welcome..
Thanks in Advance.....
JMay
"improve-it"
I'm not doing so good. I am using Data Validation Dropdown ListBoxes.
My Column A usage is OK.. In Column B I've made another Data Validation
Dropdown box which if "dependent" on the choice made in Column A, for
example:
It was working when things were as follows:
A1: Electrical Work B1: =Indirect(Substitute(A1," ","")) (to
eliminate space in rangename)
I have a range name - Electricalwork - with refers to box:
=Sheet2!$D$2:$D$6
I've tried changing things the refers to box to:
=Offset(Sheet2!$D$2,0,0,Counta(Sheet2!$D:$D),1)
but I'm getting message The Source currently evaluates to an error. Do
you wish to continue; Y/N
If I say Yes, when I click on B1 it is dead - Nothing is there (only the
drop-down arrow).
Any suggestions welcome..
Thanks in Advance.....
JMay