Wouldn’t it just be great if you could copy some text from a website or any other documents and not having to paste it in a notepad window and copy it again from there in order to achieve getting the text alone with no formatting?
When using editors as Word or Excel or even Outlook and you copy paste a piece of text that contains any formatting what so ever, it pastes all it gets and it’s not really helpful having to re-customize what you just got!
Life is so eaaaasy with WinAutomation! All that’s required is a three action job which we save to a keystroke trigger and we get the result we were looking for! So this job should run instead of striking Control+V on the window we want to paste the information in.
We use the action “Get clipboard text” and store the value in the %ClipboardText% Variable.
We use the action “Set Clipboard text” and store the value into the clipboard. And we then tell it to paste what it has in the clipboard!

So simple!
We then store the job on a trigger as Control+Alt+V and we can either choose to paste the information we have on the clipboard as it is by striking Control+V or we can choose to print the information we have on the clipboard as text (with no formats) just by striking Control+Alt+V!
Post new comment