Search found 1 match

by gbh
Tue Jun 22, 2004 3:20 pm
Forum: General
Topic: Find dialog in a macro, strange, again :roll:
Replies: 7
Views: 886

I had a similar problem, using one file as a reference & wishing to 'mark all' occurences in other open files.

Thanks to cyberslug & autoit suggestion, I managed to work out the following ... (not very efficient but works)
autoit script:

WinWaitActive("TextPad") ; wait for TextPad window
$Line ...