Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just wondering if this is possible. I know the code I have writen so far
doesn't work but any idea's would be great. sub mysub() dim i as integer dim e as string e = 1 for i = 1 to 75 ComboBox & i.value = sheets("list").range("D"& e) e = e + 1 next i end sub -- Thanks! Shane W |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I add an integer to an existing integer? | Excel Worksheet Functions | |||
How do I make a graph with 2-cycle X 3-cycle log-log graph paper? | Charts and Charting in Excel | |||
How do I keep result from 1 iteration cycle to use in next cycle? | Excel Discussion (Misc queries) | |||
2 comboboxs, different sheet references | Excel Programming | |||
How do I create a button to reset ComboBoxs | Excel Programming |