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"
IfFound
SelectLine
CopyAppend
Else
ExitLoop
EndIf
EndLoop
Also is there a way to avoid the popup window "Search string not found" in the end?
regards
Matthias
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"
IfFound
SelectLine
CopyAppend
Else
ExitLoop
EndIf
EndLoop
Also is there a way to avoid the popup window "Search string not found" in the end?
regards
Matthias


