I 'd like to know how many Textbox the user have write in it? have
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).???
I hate when i'm late :) and left dim sitting by itself
Re: I hate when i'm late :) and left dim sitting by itself
Quote:
Originally posted by Incognito44
and left dim sitting by itself
lol.. thats what the edit button is for :D
sometimes you can change your bad code before any one sees it.. i know i do :D
Re: Re: I hate when i'm late :) and left dim sitting by itself
Quote:
Originally posted by kleinma
lol.. thats what the edit button is for :D
sometimes you can change your bad code before any one sees it.. i know i do :D
I know me too....