Have you ever wrote a script to fill out a long string of data and just sit there and wait for the text to type?
You say decrease the inter character delay. This many times just does not work, characters get skipped, etc, ad nausea with all of the problems I have run into.
The solution:
It just dawned on me that pasting a string into anything is nearly instantaneous, I guess bill gates knows something we dont.
Use ClipPut() to put your string into the clip board and then instead of using Send("my string of text.......") , use send("^v") and wala, instantaneous form fill!!!!
Enjoy the flavor