J jhahes Jun 23, 2006 #1 Can someone please help me with a code that puts the row source of the list box to the activecell listbox1.rowsource =
Can someone please help me with a code that puts the row source of the list box to the activecell listbox1.rowsource =
B Bob Phillips Jun 23, 2006 #2 listbox1.rowsource = Worksheets("Sheet1").Range("A1:A10").Address(,,,True) -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct)
listbox1.rowsource = Worksheets("Sheet1").Range("A1:A10").Address(,,,True) -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct)