Dear APuhl,
Good day! Thank you for posting your query in our community.
Generally, you can use Alt+H+V+M to paste the link or some values as text.
You can record a macro after using Alt+H+V+M to paste the values and set the shortcut Ctrl+Shift+V to run the macro automatically each time.
The recorded macro in my example is like the following.
Sub Macro2()
'
' Macro2 Macro
'
'
Range("F19").Select
ActiveSheet.PasteSpecial Format:="HTML", Link:=False, DisplayAsIcon:= \_
False, NoHTMLFormatting:=True
End Sub
Thanks for your effort and time.
Sincerely,
Cliff | Microsoft Community Moderator