NYFashionToGo
Technical User
I have a userform that Pulls data from the spreadsheet as well as saves it back to the spreadsheet if I change an Information..
I would like to be able to view the character count as I enter new text inside the userform. I have tried many things already. And what I am doing does work. But I have to close the userform and then open it again for the changes to take effect... Is there a way around this...To count them as a Type them? This is probably so simple.. My inexperience with this (still learning) is effecting my results..
I would even use a Label instead of a Textbox...
Behind the userform I have been using is this.
TextBox3.Value = Len(Textbox2.Value)
It doesnt update as I type the info. I have to close it and then reopen it for it to take effect.. Is there a way around this..
Thanks
I would like to be able to view the character count as I enter new text inside the userform. I have tried many things already. And what I am doing does work. But I have to close the userform and then open it again for the changes to take effect... Is there a way around this...To count them as a Type them? This is probably so simple.. My inexperience with this (still learning) is effecting my results..
I would even use a Label instead of a Textbox...
Behind the userform I have been using is this.
TextBox3.Value = Len(Textbox2.Value)
It doesnt update as I type the info. I have to close it and then reopen it for it to take effect.. Is there a way around this..
Thanks