Macro: Copy text and fill the Sparam value of the 1602 message inside the macro
-
Hi all,
I am writing a macro to find and replace text in a file and have troubles with the replace part of it.
What I already can, is to copy a piece of text in using regex inside the macro. Now I want to use this copied text as the replace value later on in the same macro. I know that the sParam value message 1602 contains the replacement text in a find and replace action but this is a static text.
Is there a way to use the clipboard content as replace value in a Search and replace-all operation? so a dynamic non-static that changes every time a different text is placed on the clipboard?
Thanks
-
See my answer to this very similar post, because the concept behind the reason it’s not working for you is the same as for that other user.