Is there a way to make paste as text only the default action in Office 2016?

In a roundabout fashion yes, mostly...

In MS Office their version of "Paste as plain text" is called "Paste and Match Style and uses the macOS system defaults (OptionCommandShiftV) for paste as plain text for that function.

Now if you don't want to have to do that four finger salute just to paste (essentially) plain text, you can change the menu shortcuts in any application via the Keyboard Preference pane.

  1. Click on System Preferences > Keyboard > Shortcuts > App Shortcuts
  2. Click the + button and from the Application menu select (for example) Microsoft Word.
  3. Enter the menu title that you want to change. noting that the menu that you want to assign or reassign it's keyboard shortcut much match exactly what the menu says down to the capitalization.
  4. Click in the Keyboard Shortcut field and tap the keyboard shortcut you want to assign to that menu option, then click Add
  5. Repeat for any other keyboard shortcuts you want to add/change in any other applications you want to change them for.

In this example I reassigned "Paste" to OptionCommandShift V. And "Paste and match Formatting" to CommandV.

Keyboard Shortcuts Preferences

I didn't do this for all applications as I don't want to chance messing up the behavior of other applications that you can copy/paste with.

NOTE that this is not really "paste plain text" but will give you at least some of that functionality with very little pain.

To really get paste plain text in an MS Office application you would likely need something that could capture a regular paste command and then select the plain text icon from the formatting menu that pops up at the insertion point after you paste. There may be a macro program out there that can do that but I am unaware of any specific ones with that functionality.


For some versions of Word, I have v16.16.7 (whatever edition that is), I was able to use a version of the Tools > Customize Keyboard solution. Once there, select Edit on the left and PasteTextOnly on the right. Then, add whatever keyboard shortcut you want, e.g., command+V. I have not extensively road tested this but it seems to work. No idea if this can be extended elsewhere in Office.


Steve Chambers solution works for Word, but not for Excel, because there simply is no "Paste and Match Formatting" command in Excel. Only Paste or Paste Special. Thus for Excel, I believe the answer is no, unfortunately. But I'd love to proven otherwise.


Here is the definite solution for all versions:

  • Select a cell and copy it.
  • Go to Tools > Macros > record new macro.
  • Specify a shortcut, for example option+command+b
  • Click enter
  • focus on any empty cell and click control+v, then select "paste and style formatting" in the options.
  • Go to Tools > Macros > Stop Macro.
  • Next, download and install BetterTouchTool.
  • Go to Preferences > keyboard.
  • Add new shortcut. Enter command+v in the shortcut field and enter option+command+b in the triggered shortcut field.
  • Done.