Hi everyone,
I am trying to replicate what powerpoint does when you change properties of what you are typing (without selecting text), eg clicking "red" as font color:

  • When you click red, the text you type from there is red
  • Using ActiveWindow.Selection.TextRange.Font.Color.RGB = RGB(255, 0, 0) does not work, as nothing is really selected (you just have your cursor at a specific position in the text)

I tried browsing the selection object properties but was not able to find anything.
Would really appreciate your help!