ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Documentation on the "DropDown" object (https://www.excelbanter.com/excel-programming/276931-documentation-dropdown-object.html)

Robert Stober

Documentation on the "DropDown" object
 
Hi,

I'm using the "DropDown" object based on it's usage in "Excel 2002 VBA
Programmers Reference" page 208. The text states that this is a hidden
member of the Excel object model. So can anyone point me to some *secret*
documentation on it? I need to know how to remove items from the DropDown
box. The text shows how to add, and just a couple of other
properties/methods. I'd like to know more...

Thank you,

Robert Stober



Robert Stober

Documentation on the "DropDown" object
 
Okay, I found almost everything I need in the object browser (after showing
hidden items) and by trial and error, but I still need to know how to cause
one of the list items to be selected (showing in the box as soon as it's
drawn) by default.

I want the box to read "Select". Right now it's just blank, although
clicking on the control shows the itms in the list. I want to make it more
intuitive...

Thank you,

Robert Stober


"Robert Stober" wrote in message
...
Hi,

I'm using the "DropDown" object based on it's usage in "Excel 2002 VBA
Programmers Reference" page 208. The text states that this is a hidden
member of the Excel object model. So can anyone point me to some *secret*
documentation on it? I need to know how to remove items from the DropDown
box. The text shows how to add, and just a couple of other
properties/methods. I'd like to know more...

Thank you,

Robert Stober





Tom Ogilvy

Documentation on the "DropDown" object
 
Activesheet.Dropdowns("Drop Down 1").Value = 1

if Select is the first item in the list.

--
Regards,
Tom Ogilvy



Robert Stober wrote in message
...
Okay, I found almost everything I need in the object browser (after

showing
hidden items) and by trial and error, but I still need to know how to

cause
one of the list items to be selected (showing in the box as soon as it's
drawn) by default.

I want the box to read "Select". Right now it's just blank, although
clicking on the control shows the itms in the list. I want to make it more
intuitive...

Thank you,

Robert Stober


"Robert Stober" wrote in message
...
Hi,

I'm using the "DropDown" object based on it's usage in "Excel 2002 VBA
Programmers Reference" page 208. The text states that this is a hidden
member of the Excel object model. So can anyone point me to some

*secret*
documentation on it? I need to know how to remove items from the

DropDown
box. The text shows how to add, and just a couple of other
properties/methods. I'd like to know more...

Thank you,

Robert Stober








All times are GMT +1. The time now is 05:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com