Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 260
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 260
Default 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



.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Validation drop-down boxes Tami Excel Worksheet Functions 14 September 21st 09 03:57 AM
Validation Drop Down Box Duncan, UK Excel Discussion (Misc queries) 2 March 24th 06 11:56 AM
Validation (Drop down list vs simple text length validation) Bob Phillips[_6_] Excel Programming 2 April 27th 04 07:47 PM
Validation (Drop down list vs simple text length validation) Jason Morin[_2_] Excel Programming 1 April 27th 04 04:56 PM
Validation (Drop down list vs simple text length validation) Pete McCosh Excel Programming 0 April 27th 04 03:49 PM


All times are GMT +1. The time now is 11:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"