Hi!
I got a bunch of textbox (arrays) ,
I 'd like to know how many Textbox the user wrote in it?


For c = 0 To Combo1.Count - 1

If Text1(c).Text = "" then Label1.Caption = Text1(c).???