Hi,
I'd appreciate some help with the following VBA problem.

I have a multi-line textbox in a Userform. I would like to update the
word count in the text box automatically as the user types text in the
box.

Does anyone know an easy way to do this?

regards,
E

Re: automatically update word count in textbox by Jezebel

Jezebel
Wed Mar 29 22:11:47 CST 2006

There is no "easy way to do this". There are some hard ways (eg using a
timer loop in an independent thread, to recount every few milliseconds; or
API callbacks to monitor the message queue) but -- and I mean no
disrespect -- if you knew enough programming to use these methods, you would
also know better than to try...



"Eanna" <eanna_mac_an_iomaire@yahoo.ie> wrote in message
news:1143639398.556660.166560@g10g2000cwb.googlegroups.com...
> Hi,
> I'd appreciate some help with the following VBA problem.
>
> I have a multi-line textbox in a Userform. I would like to update the
> word count in the text box automatically as the user types text in the
> box.
>
> Does anyone know an easy way to do this?
>
> regards,
> E
>