Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey
Below is code that populates a listbox using the RowSource property. Counter = Worksheets("Market IDs All Regions").Range("A65536").End(xlUp).Row ListBox1.ColumnCount = 3 ListBox1.ColumnHeads = True ListBox1.RowSource = Workbooks("B2B Master.xls").Worksheets("Market IDs All Regions").Range("A2:D" & Counter).Address Lets say I need to change the value of row 6 column 2... How would I specify this? Thanks Todd Huttenstine |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
listbox shrinks to a line when changing between sheets if I use the visible property | Excel Programming | |||
changing foreground color of listbox w/o losing selections | Excel Programming | |||
Multicolumn ListBox in Userforms (selecting specific rows) | Excel Programming | |||
ListBox Result to a Specific Cell Location | Excel Programming | |||
listbox.value not equal to listbox.list(listbox.listindex,0) | Excel Programming |