• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Hide ribbon in Word
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Hide ribbon in Word


  • Subject: Hide ribbon in Word
  • From: Hans List <email@hidden>
  • Date: Thu, 25 Jun 2015 17:38:29 +0200

Thank you Alex, thank you Thomas!

I've now created:

Sub DisableRibbon()
    'AS forum
    MacScript ("tell application " & Chr(34) & "Microsoft Word" & Chr(34) & "to set display ribbon to false")
End Sub
Sub EnableRibbon()
    'AS forum
    MacScript ("tell application " & Chr(34) & "Microsoft Word" & Chr(34) & "to set display ribbon to true")
End Sub

The reason why I'd like to keep this in VBA:

- I'm currently more familiair with VBA
- The rest of the workspace setting macro is also in VBA, the setting of the ribbon to false will be the new last line of this nice macro.
 _______________________________________________
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


  • Follow-Ups:
    • Re: Hide ribbon in Word
      • From: Hans van den Broek <email@hidden>
  • Prev by Date: Re: Double Tell - Tell by Variable Question
  • Next by Date: Mac InDesign CS5.5 & fonts
  • Previous by thread: Re: Double Tell - Tell by Variable Question
  • Next by thread: Re: Hide ribbon in Word
  • Index(es):
    • Date
    • Thread