Here's how I've implemented a macro shortcut that will enable you to paste values only, even if it's from an outside application!
Sub pasteValuesOnly()
'
' Keyboard Shortcut: Ctrl+Shift+V
' This allows the macro to pass on to
' the next method if it's text from outside of Excel
On...