I have a simple paste special macro assigned to a button image…
Sub PasteSpecial()
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
End Sub
So a user can copy data from an outside source and then select a cell in the workbook that will...