ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   list boxes (https://www.excelbanter.com/excel-programming/322935-list-boxes.html)

[email protected]

list boxes
 
Hi i wish to display data within a listbox on a userform, i can do it
by entering the row source in the properties but can i write it in the
userform activate event, the code i am using at the moment is

ListBox1.Text = Range("a1:d50").Text

this is not working , so any help greatly received

john


Tom Ogilvy

list boxes
 
ListBox1.ColumnCount = 4
ListBox1.List = Range("a1:d50").Value

--
Regards,
Tom Ogilvy



wrote in message
oups.com...
Hi i wish to display data within a listbox on a userform, i can do it
by entering the row source in the properties but can i write it in the
userform activate event, the code i am using at the moment is

ListBox1.Text = Range("a1:d50").Text

this is not working , so any help greatly received

john




Harald Staff

list boxes
 
Hi John

ListBox1.RowSource = "Sheet1!A1:D50"

HTH. Best wishes Harald

skrev i melding
oups.com...
Hi i wish to display data within a listbox on a userform, i can do it
by entering the row source in the properties but can i write it in the
userform activate event, the code i am using at the moment is

ListBox1.Text = Range("a1:d50").Text

this is not working , so any help greatly received

john





All times are GMT +1. The time now is 10:04 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com