Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() very roughly: do x=x+1 if worksheets("sheet1").cells(x,1).value="" then exit do if worksheets("sheet1").cells(x,1).value="Player" then _ worksheets("sheet1").cells(x,2).value=ComboBox1.Te xt : worksheets("sheet1").cells(x,3).value=ComboBox2.Te xt loop should work after you will adjust for your needs *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using cell's contents as an index to a row ... ? | Excel Worksheet Functions | |||
link to a cell's contents | Excel Worksheet Functions | |||
Can I select a range based on the cell's contents? | Excel Programming | |||
Rotate a box with a cell's contents | Excel Discussion (Misc queries) | |||
macro to use a cell's contents as it's name | Excel Programming |