I\'ve had some serious issues with pasting data from various sources into Excel. Excel tends to try to be smart and does all kinds of silly formating. We need the data as te
This isn't the greatest solution, but it technically works. Just try them both.
On Error Resume Next ActiveSheet.PasteSpecial Format:=Text, Link:=False, DisplayAsIcon:=False Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks:=False, Transpose:=False