How to copy only plain text of cells in Excel?

前端 未结 7 455
情书的邮戳
情书的邮戳 2021-01-03 04:29

I am designing an Excel worksheet where the user will click a command button which copies a predetermined range of cells. The user would then paste the contents into a web a

相关标签:
7条回答
  • 2021-01-03 05:15

    This can be easily solved without bothering with VBA.

    The user can paste the contents of the clipboard by Ctrl + Shift + V instead of more usual Ctrl + V (pasting as formatted).

    Ctrl + Shift + V pastes the clipboard content as plain text.

    0 讨论(0)
提交回复
热议问题