Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey guys
I have a cell will a validation drop down box. When you click the cell, a down arrow pops up beside the cell to the right. If you click the down arrow, the drop down list displays. Lets say the validation drop down is in cell A1. How do you programmatically get this dropdown box list to display? Thanks you Todd Huttenstine |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub Tester11()
Range("A1").Select SendKeys "%{down}" End Sub -- Regards, Tom Ogilvy "Todd Huttenstine" wrote in message ... Hey guys I have a cell will a validation drop down box. When you click the cell, a down arrow pops up beside the cell to the right. If you click the down arrow, the drop down list displays. Lets say the validation drop down is in cell A1. How do you programmatically get this dropdown box list to display? Thanks you Todd Huttenstine |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Tom
-----Original Message----- Sub Tester11() Range("A1").Select SendKeys "%{down}" End Sub -- Regards, Tom Ogilvy "Todd Huttenstine" wrote in message ... Hey guys I have a cell will a validation drop down box. When you click the cell, a down arrow pops up beside the cell to the right. If you click the down arrow, the drop down list displays. Lets say the validation drop down is in cell A1. How do you programmatically get this dropdown box list to display? Thanks you Todd Huttenstine . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Validation drop-down boxes | Excel Worksheet Functions | |||
Validation Drop Down Box | Excel Discussion (Misc queries) | |||
Validation (Drop down list vs simple text length validation) | Excel Programming | |||
Validation (Drop down list vs simple text length validation) | Excel Programming | |||
Validation (Drop down list vs simple text length validation) | Excel Programming |