Ctrl+Shift+V Not Working Anymore!

Anonymous
2020-04-17T19:30:41+00:00

Ctrl+Shift+V command isn't working in my Word 2016 installation on a Windows 10 machine -- nothing happens when I use it. Ctr+V still works fine, but I'd really like to be able to use Ctrl+Shift+V to be able to past text without formatting, without having to use the ribbon button. I'm pretty sure this keyboard shortcut used to work, so I'm not sure why it's stopped working. I double-checked the settings and Ctrl+Shift+V is still mapped to PasteFormat. How can I get this to work again?

Thanks, in advance for any help!

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Stefan Blom 348.4K Reputation points MVP Volunteer Moderator
2020-04-17T20:57:17+00:00

By default, Ctrl+Shift+C copies text formatting and Ctrl+Shift+V pastes it. Although this is sometimes useful, applying styles to text will ensure more consistent formatting; see https://shaunakelly.com/word/styles/tipsonstyles.html.

As Rohn pointed out, pasting in plain text format is a different function. You can do it via the Paste Special dialog box or by choosing Keep Text Only from the Paste Options button which appears by default as you paste content in a Word document:

Was this answer helpful?

20+ people found this answer helpful.
0 comments No comments

6 additional answers

Sort by: Most helpful
  1. Anonymous
    2020-04-17T22:00:48+00:00

    Thanks! Not sure how I got confused about that.... However, is there really no default keyboard shortcut for Paste As (unformatted) Text, then? I already know how to do it from the Paste options button (and Paste Special dialog box), but was hoping for a keyboard shortcut for that, as I'm doing that repeatedly for a task I'm working on right now. If not, I guess I'll just create one for myself!

    Thanks, again, for the quick response! :)

    Was this answer helpful?

    40+ people found this answer helpful.
    0 comments No comments
  2. Stefan Blom 348.4K Reputation points MVP Volunteer Moderator
    2020-04-17T23:21:01+00:00

    You can make use of the following macro, which you should add to the Normal template. 

    Sub PasteTextInPlainTextFormat()

    On Error Resume Next

    Selection.PasteSpecial DataType:=wdPasteText

    End Sub

    You can assign a keyboard shortcut to the macro.

    See https://www.gmayor.com/installing_macro.htm.

    Was this answer helpful?

    10+ people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2020-04-17T22:04:52+00:00

    Thanks for the response. I already knew how to do it the other ways, but I had hoped that there was a pre-formatted keyboard shortcut for that. But I guess not (and I'll need to go create my own)!

    Was this answer helpful?

    9 people found this answer helpful.
    0 comments No comments
  4. HansV 462.7K Reputation points MVP Volunteer Moderator
    2020-04-17T19:56:53+00:00

    Did you use Ctrl+Shift+C to copy the format that you want?

    Was this answer helpful?

    5 people found this answer helpful.
    0 comments No comments