Thanks, but the list is not located in any cell. I have list (?drop down box)
which items are defined by cells range ("Input Range" in the format control).
Does anybody know?
Joel pÃ*Å¡e:
> If it is a data validation list then just read the cell where the list is
> located
>
> MyValue = Range("A1")
>
> "Dori" wrote:
>
> > Hi,
> > I´d like to get the value of item, selected in the list, but I have not
> > filled in the "Cell link". Have anyone any idea, how to get the value from
> > macro, without filling "Cell link"? I know the name of the element, but it
> > has no properties like Value or Text...
> > Thanks for any advice....
> >
|