Combine words

please i need
help with a macro

i will manually go with my mouse to the word "do" that show in the screen
and i will click control+2 (first macro)
it will copy the word "do" in the screen and add it to a variable

after 5-to 9 minutes

than i will manually go with my mouse to the word "it" that show in the screen
i will click control+2 again (still first macro)
it will copy the word "it" in the screen and add it to a variable

than
i will click on control+2 (second macro)
and it display " do it "

Your workflow is hard to understand.
It would be best if you can produce a video, with narration, showing the manual steps you want to automate.

Also we need:

  1. Real-world example of the text BEFORE you start your workflow.
  2. Real-world example of the RESULTS of your workflow on the above text.

Please read:
Tip: How Do I Get The Best Answer in the Shortest Time?

It sounds like you want a way to select things in sequence and have them appended and then eventually display them.

You probably need three macros really:

  1. One to clear the sequence.
  2. One to append the selection.
  3. One to display the result.

Presuming you only want plain text, you can do these three with:

Macro 1:

Macro 2:

Macro 3: