Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've had a look through the history but there doesn't
seem to be an appropriate I understand that to fill a combo box on a worksheet from within a macro you use the code: ActiveSheet.Shapes("Drop Down 1").ListFillRange = "a1:d1" .... but how would you then check the value of a combobox from within a macro? cheers Bruce |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You notation indicates you are using dropdowns (comboboxes) from the forms
toolbar: With ActiveSheet.DropDowns("Drop Down 1") msgbox .List(.ListIndex) End With -- Regards, Tom Ogilvy "bruce dickson" wrote in message ... I've had a look through the history but there doesn't seem to be an appropriate I understand that to fill a combo box on a worksheet from within a macro you use the code: ActiveSheet.Shapes("Drop Down 1").ListFillRange = "a1:d1" ... but how would you then check the value of a combobox from within a macro? cheers Bruce |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to interchange the values between two selected cells? | Excel Discussion (Misc queries) | |||
Interchange Columns and Rows in a Table | Excel Discussion (Misc queries) | |||
how do i interchange contents of one row for another | Excel Discussion (Misc queries) | |||
interchange rows and columns | Excel Worksheet Functions | |||
interchange columns with rows | Excel Discussion (Misc queries) |