According to the documentation I have, this expression:
application.sendkeys("^{F1}")
and this expression
CommandBars.ExecuteMso "MinimizeRibbon"
should both minimize the ribbon bar.
The commandbars expression works
but, the application.sendkeys
expression only displays the help screen.
Is my syntax wrong or does application.sendkeys just not work when using the caret in conjunction with function keys?