ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   regarding list object (https://www.excelbanter.com/excel-programming/357796-regarding-list-object.html)

Pradeep

regarding list object
 
i have a list object with data.when i select a record in the list, the fields
in that particular record should be shown in text boxes
pls let me konw

Bob Phillips[_6_]

regarding list object
 
TextBox1.Text = Listbox1.Value
Textbox2.Text = Listbox1.List(Listbox1.ListIndex,0)
Textbox3.Text = Listbox1.List(Listbox1.ListIndex,1)
etc.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Pradeep" wrote in message
...
i have a list object with data.when i select a record in the list, the

fields
in that particular record should be shown in text boxes
pls let me konw





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

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