Enable Editing Microsoft Word On Mac

Parallels Desktop 12 Update 1 adds even greater support for Microsoft Ink. (You can read an overview of Ink on the Mac here.) In this blog post, I will specifically discuss the uses of Microsoft Ink in Word for Windows 2016 running on a Mac with the use of Parallels Desktop 12.

As outlined in my earlier blog post, my Ink setup uses the Apple Pencil, an iPad Pro, and the AstroPad iPad app (Figure 1).

Any new Mac will come with a free copy of Apple's Pages software, which is a hugely powerful tool for creating and editing documents, and also works well with its iOS/iPadOS counterpart app. Email, Calendars, Skype,Yammer (Microsoft Communication apps) OneDrive Storage and File Sharing; Microsoft Office. How to download Microsoft Office; Microsoft Word doesn’t allow editing on a Mac; Repairing Microsoft Office; Java (commonly used with Blackboard Collaborate) FortiClient VPN; Web Browsers; General apps; Grammarly; How do I get.

How to view, add, or edit alt text on an image in Microsoft Word to help users with screen readers How to use the find and replace feature in Microsoft Word on your Mac in 2 different ways.

Ink in Word for Windows 2016

If you have installed Word for Windows 2016 as part of an Office 365 subscription, then there are a number of different ways you can use Ink in Word, and Parallels Desktop 12 Update 1 will enable the Draw tab in Word (Figure 2) so that you can access all of these Ink uses.

Figure 2

Ink Annotation

Ink is an excellent way to comment on or review a Word document (Figure 3).

Enable Editing Microsoft Word On Mac For Free

You can use the standard proofreader marks if you are sure that the individual to whom you will be sending the reviewed document will understand those marks (Figure 4).

Figure 4

As you can see in the Word Draw tab, there are three conversion tools: Ink Editor, Convert to Shapes, and Ink to Math.

Ink Editor

The Ink Editor tool gives you the ability to perform simple document editing tasks using Ink as gestures. Currently, there are only two gestures: encircling to select text, and scribbling out to delete text, both shown in Video 5. I suspect that more editing gestures will be added in the future.

Convert to Shapes

The Convert to Shapes tool gives you the ability to add shapes to your document. I was not able to use this Ink tool to enter all 160 of the shapes from the Shapes menu, but the simple ones worked as expected, and some of these are shown in Video 6.

Enable Editing Microsoft Word Mac

Ink to Math

The Ink to Math tool gives you the ability to enter typographically-rich equations in your Word document just by writing them naturally with a pen. Word added an excellent equations editor several years ago, but it is a bit tedious to use. The Ink to Math tool—shown in Video 7—makes entering an equation extremely natural.

Ink Replay

Ink Replay, the last tool in the Draw tab in Word, provides you with a type of animation for your Ink sketches.

I have found the use of Ink in Word to be an excellent way to annotate and add content to a Word document. Remember that while you need Word for Windows 2016 (in an Office 365 subscription) to enter or edit Ink in a Word document, any recent version of Word will correctly display Ink. As one example, I have used Word for Mac 2011 to display Ink in a Word document without any problem (Video 8).

I hope you find Ink in Word to be as useful as I have.

Have you tried Microsoft Ink in Word on a Mac yet? Share your experience with us in a comment, or reach out to us on Facebook or Twitter.

Need Microsoft Windows operating system? Buy directly below:

Try Parallels Desktop for free for 14 days!

-->

Because add-ins are developed using HTML and JavaScript, they are designed to work across platforms, but there might be subtle differences in how different browsers render the HTML. This article describes how to debug add-ins running on a Mac.

Debugging with Safari Web Inspector on a Mac

If you have add-in that shows UI in a task pane or in a content add-in, you can debug an Office Add-in using Safari Web Inspector.

To be able to debug Office Add-ins on Mac, you must have Mac OS High Sierra AND Mac Office version 16.9.1 (build 18012504) or later. If you don't have an Office Mac build, you can get one by joining the Microsoft 365 developer program.

To start, open a terminal and set the OfficeWebAddinDeveloperExtras property for the relevant Office application as follows:

Enable editing microsoft word on mac os
  • defaults write com.microsoft.Word OfficeWebAddinDeveloperExtras -bool true

  • defaults write com.microsoft.Excel OfficeWebAddinDeveloperExtras -bool true

  • defaults write com.microsoft.Powerpoint OfficeWebAddinDeveloperExtras -bool true

  • defaults write com.microsoft.Outlook OfficeWebAddinDeveloperExtras -bool true

    Important

    Mac App Store builds of Office do not support the OfficeWebAddinDeveloperExtras flag.

Then, open the Office application and sideload your add-in. Right-click the add-in and you should see an Inspect Element option in the context menu. Select that option and it will pop the Inspector, where you can set breakpoints and debug your add-in.

Enable Editing Microsoft Word On Mac Os

Note

If you're trying to use the inspector and the dialog flickers, update Office to the latest version. If that doesn't resolve the flickering, try the following workaround:

  1. Reduce the size of the dialog.
  2. Choose Inspect Element, which opens in a new window.
  3. Resize the dialog to its original size.
  4. Use the inspector as required.

Clearing the Office application's cache on a Mac

Add-ins are often cached in Office for Mac, for performance reasons. Normally, the cache is cleared by reloading the add-in. If more than one add-in exists in the same document, the process of automatically clearing the cache on reload might not be reliable.

You can clear the cache by using the personality menu of any task pane add-in.

  • Choose the personality menu. Then choose Clear Web Cache.

    Note

    You must run macOS version 10.13.6 or later to see the personality menu.

You can also clear the cache manually by deleting the contents of the ~/Library/Containers/com.Microsoft.OsfWebHost/Data/ folder.

Note

If that folder doesn't exist, check for the following folders and if found, delete the contents of the folder:

  • ~/Library/Containers/com.microsoft.{host}/Data/Library/Caches/ where {host} is the Office application (e.g., Excel)
  • ~/Library/Containers/com.microsoft.{host}/Data/Library/Application Support/Microsoft/Office/16.0/Wef/ where {host} is the Office application (e.g., Excel)
  • ~/Library/Containers/com.microsoft.Office365ServiceV2/Data/Caches/com.microsoft.Office365ServiceV2/
  • ~/Library/Containers/com.microsoft.Office365ServiceV2/Data/Library/Caches/com.microsoft.Office365ServiceV2/