DelMultiText
'put the next code under the Command_Click event Dim Control For Each Control In Form1.Controls If TypeOf Control Is TextBox Then Control.Text = "" Next Control
'put the next code under the Command_Click event
Dim Control
For Each Control In Form1.Controls
If TypeOf Control Is TextBox Then Control.Text = ""
Next Control
(delmultitext.html)- by Paolo Puglisi - Modifica del 25/3/2019