- Posted by
- Hi, I need a small macro. Basically an automated version of the search where you can list all lines containing the searched string and copy all of them to clipboard. Right now I'm doing this... it works but it takes damn long.. there must be away to do this faster... Top Loop Find "search string" If...Posted in Macros
-   Topics
-   Views
- Akyno
Feb 25, 2005
- hmm, tried it... still doesnt work... but its just a problem when I try to search for strings with - in them.. like this 000000149521-001-1 if I remove the - (0000001495210011) and use selectword instead of selectline, it works.. no idea why...Posted in Macros
-   Topics
-   Views
- Akyno
Feb 16, 2005
- Hi, Im trying to create a small Macro to select text in one open document, copy it into clipboard then switch to another open document and find the string that was copied to clipboard. My macro looks like that SelectLine Copy NextDocument Top Find RegExp "^c" SelectLine somehow it doenst work. It ju...Posted in Macros
-   Topics
-   Views
- Akyno
Feb 16, 2005