hey I faced the interview Question -
Name Textbox
EMail Textbox
Mobile Textbox
Button-ADD
First he told me to add the three textboxes values into the listbox.
Its simple--I have done it.
Listbox1.items.add(me.textbox1.text & " " & me.textbox2.text & " " & me.textbox3.text)
Then he told me that draw one more button -PRINT & on PRINT Button click the listboxes
information are exported to EXCEL to the individual columns.
Means name in first column & email in second column & Mobile in Third Column.
Plz send me the coding of this bz I have no idea from where to start it.