dropdown

  • Thread starter Thread starter Stas
  • Start date Start date
S

Stas

Hello all!
There is no help for this control: ActiveSheet.DropDowns
(Hidden Language Element. You have requested Help for a language element that is hidden, and therefore unavailable for programmatic access. )
I need some documentation for this element, some methods, properties.
I need know returned value of dropdown.
Thanks.
Stas.
 
How about using Data Validations (Data>Validation). Loads of help on that.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

Hello all!
There is no help for this control: ActiveSheet.DropDowns
(Hidden Language Element. You have requested Help for a language element
that is hidden, and therefore unavailable for programmatic access. )
I need some documentation for this element, some methods, properties.
I need know returned value of dropdown.
Thanks.
Stas.
 
Data/Validation has nothing to do with the DropDowns collection.

DropDowns refers to the collection of Forms ComboBoxes.
 
I am suggesting an alternative!

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Bob Phillips said:
I am suggesting an alternative!

Ah, missed that - I use them for very different purposes (especially
since DropDowns don't get overwritten by pasting, and can be linked to
cells other than where they appear), so I never think of substituting
one for the other.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top