Amerifax-Bob Posted January 15, 2005 Report Share Posted January 15, 2005 I have a macro that has to switch to a second file. I get my info from the first text file, which is loaded and than put it on the second file, which also is loaded. I go between them by switching (Ctr+Tab) in the macro. I slow the switch down with the followingcode in the macro. This is just the affected part of the macro, it has about 30 lines total: ACTIVATE Window:TextPad - TEXTTYPE:Wait For Window Title: "TextPad - C:\PRG\Office\TextPad\mail_2.txt The above is a loose copy of the actuall code. The following is how the first page ends up looking like. You can see where the type is cominh in before the switch. AMERIFAX DATA CORP N104W15754 COUNCIL BLUFFS DR Wait For Window Title: "TextPad - [C:\PRG\Office\TextPad\mail_2.txt"GERMANTOWN, WI 53022 Phone: 262-250-2500 Bob Quote Link to comment Share on other sites More sharing options...
joe Posted January 16, 2005 Report Share Posted January 16, 2005 It appears that you are telling the macro to type the phrase 'Wait For Window Title: "TextPad - C:\PRG\Office\TextPad\mail_2.txt"'. 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.