Hello,

İ need some help about sendin text or value to array


code is like that

Dim myarray As Variant
myarray = Array(textbox1.text)
For i = LBound(myarray) To UBound(myarray)
'do something
next

thx