copy paste from excel
public text v1 · immutable#SingleInstance force
SetTitleMatchMode 2
#n::
WinActivate, Excel
Send, ^c{Tab}
clipboard = %clipboard% ;remove formatting
WinActivate, Notepad
Send, ^v{Tab}
WinActivate, Excel
Send, ^c{Down}{Left}
WinActivate, Notepad
Send, ^v{Enter}
return