I copy and paste a lot of data from websites into Excel, and I'm tired of choosing Paste Special every time.
How can I force Excel to paste as plain text with no formatting?
I found this macro elsewhere and it works some of the time, but it causes errors when copying and pasting within the same Excel sheet or if you try to paste the same text twice.
ActiveSheet.PasteSpecial Format:="HTML", Link:=False, DisplayAsIcon:=False, NoHTMLFormatting:=True
Bookmarks