View Single Post
 
Old 11-07-2022, 08:50 AM
Testeris Testeris is offline Windows 10 Office 2016
Novice
 
Join Date: Nov 2022
Posts: 8
Testeris is on a distinguished road
Default

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!
Reply With Quote