Re: Hide ribbon in Word:mac 2011
Re: Hide ribbon in Word:mac 2011
- Subject: Re: Hide ribbon in Word:mac 2011
- From: Hans List <email@hidden>
- Date: Thu, 25 Jun 2015 14:38:09 +0200
I've now got this:
http://www.mrexcel.com/forum/excel-questions/436359-visual-basic-applications-sendkeys-mac.html
Sub ToggleRibbon()
MacScript ("tell application " & Chr(34) & "System Events" & Chr(34) & " to key code 15 using {option down, command down}") 'this will type Command "r"
End Sub
But this is a toggle. I'd like to deactivate the ribben per VBA.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden