Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Example...
Sub IterateComboboxList() Dim i As Integer For i = 0 To Sheets(1).ComboBox1.ListCount - 1 Debug.Print Sheets(1).ComboBox1.List(i) Next 'i End Sub Results in Immediate Window: Apple Banana Orange -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Iterating through cells, comparing values | Excel Programming | |||
Offset & Combobox's returned Value | Excel Programming | |||
Referring to OLEObjects (combobox's on worksheet) | Excel Programming | |||
checking for errors in combobox's | Excel Programming |