Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Listbox Problem

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0

Could any help me, as I would like to know what code I need to display the results of my label1.Caption ( which changes every time I click the start button ) directly into a listbox, I am just a bit stumped on how to do it, Thanks!
 
Private Sub StartButton_Click()
ListBox.addItem label1.caption
End Sub

That's all ;)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top