as the tiel says....how do u go about deleting entries from a text box?
Printable View
as the tiel says....how do u go about deleting entries from a text box?
Is that what you meant?VB Code:
TextBox1.Text = vbNullString
sorry i meant a list box
I thought it was too easy. ;)
VB Code:
List1.RemoveItem (x)