Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
A worksheet has several list boxes (values in drop down lists). Is there a way to select values in these list boxes through vba code? Regards, Raj |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
if they are in a drop down (as in data - validation - list) then in
code you just set the cell value... Range("A1").Value = "x" - as long as "x" is a value in your list... |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Sep 1, 12:41*am, jamesdavey wrote:
if they are in a drop down (as in data - validation - list) then in code you just set the cell value... Range("A1").Value = "x" - as long as "x" is a value in your list... Hi, The values are not in cells (using data validations). They are in list box controls placed in the sheet. Thanks and Regards, Raj |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selecting multiple values from a drop down list box | Excel Discussion (Misc queries) | |||
selecting values from a list to equal a given value | Excel Worksheet Functions | |||
selecting 20 closest values from a list of 200 values | New Users to Excel | |||
Selecting values from a list to add up to a specific quantity | Excel Programming | |||
Selecting data from a list based on entered values | Excel Discussion (Misc queries) |