Tachi Posted October 9, 2005 Report Share Posted October 9, 2005 I travel almost continuously and support many customers. So, when I write an email, I use a macro to put the time, date, and LOCATION at the top of the new email. When the macro writes the date & time, it then opens a Variable Set box, and waits for me to enter 2 characters related to where I am. It then responds by selecting from several IF/ENDIF statements a TEXT TYPE to place at the cursor position. However, I only get a part of the text. It seems like while the macro returns focus to the application window, it is already printing and I mist a chunk of the text. What am I missing, please? Thanks! Tachi Quote Link to comment Share on other sites More sharing options...
jowensii Posted October 9, 2005 Report Share Posted October 9, 2005 Maybe try adding a delay after window activate and text type Activate Window: "Macro Express" Delay 0.5 Seconds Text Type: Send text now <ACTIVATE2:Macro Express><DELAY:.5><TEXTTYPE:Send text now> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.