ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Validation Drop Down (https://www.excelbanter.com/excel-programming/305132-validation-drop-down.html)

Todd huttenstine

Validation Drop Down
 
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

Tom Ogilvy

Validation Drop Down
 
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




Todd huttenstine

Validation Drop Down
 
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



.



All times are GMT +1. The time now is 04:14 PM.

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