Forum Discussion
Marsha_R
Champion Level 3
5 years agoHere's how you do it from a variable, but if you are restricted to Keys, then it will still take a lot of time because Keys is meant to simulate a person typing.
Create a variable to hold your max characters
Use that variable as the input for Keys
tphillips
5 years agoFrequent Contributor
Can you directly set the .text or .wText (or similar) property for the textarea? Rather than using a SetText() or Keys() method?