I think I was hoping for something like the original poster asked for. Recently, I had to write a script to help convert PaperPort (.MAX) files to PDF. PaperPort offers no batch utility but its built into version 9 and up as a "Save As" option. Basically, the script I wrote parsed through all the Dirs, opened PP, opened the max file, and then saved the file as a pdf. Worked okay, but it was just slower than it needed to be... watching it type out each letter... that was when I was wondering if it was possible to decrease the time between each letter it types during the sendkey function. I'm finished with the project now, but its still something I wouldn't mind knowing how to do in the future.