Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
drop down list with object | Excel Worksheet Functions | |||
List Object and Protection | Excel Worksheet Functions | |||
How to Add an Object to the New Object List in windows 2000 | Excel Programming | |||
Convert List box from excel file to VBA list box object | Excel Programming | |||
List an object? | Excel Programming |