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 just doesnt find the string even if the string is in the clipboard.. If I try to find the string that the macro has copied to the clipboard manualy.. i can find it.
strings that i try to find are like this "000000149571-001-1", so I have to use selectline instead of selectword.
any ideas how to make it work?
regards
Matthias
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 just doesnt find the string even if the string is in the clipboard.. If I try to find the string that the macro has copied to the clipboard manualy.. i can find it.
strings that i try to find are like this "000000149571-001-1", so I have to use selectline instead of selectword.
any ideas how to make it work?
regards
Matthias