Oh thanks, finally it worked!
' selecting the location where to overlay - TO MODIFY
Selection.MoveLeft Unit:=wdCharacter, Count:=2 '
Selection.MoveLeft Unit:=wdWord, Count:=9, Extend:=wdExtend '
Set oRng = Selection.Range ' I used this to mark the place where to post
So final result looks like this:
Imgur: The magic of the Internet
Thank you again!