View Single Post
 
Old 05-17-2024, 05:04 PM
joShu joShu is offline Windows 10 Office 2019
Novice
 
Join Date: Apr 2021
Posts: 2
joShu is on a distinguished road
Default

I haven't been able to figure this out either.
The lines you get if you record a macro don't work for me.
Nor does something like Application.CommandBars.ExecuteMso "FocusMode" .
The best i have come up with so far is using sendkeys, which is clunky/dicey, but it does mimic the ribbon nav of Alt W O:

Code:
SendKeys "%wo"
Reply With Quote