Quote:
Originally Posted by Guessed
Try something like this
ActiveDocument.ActiveWindow.ActivePane.AutoScroll Velocity:=20
|
OK I figured it out. But that scrolls down. I wanted it to emulate pressing the right arrow key.
I found something that says it is "vbKeyRight" here
Keycode constants | Microsoft Docs
But I cannot figure out how to execute this.