All pastes #2105829 Raw Edit

copy paste from excel

public text v1 · immutable
#2105829 ·published 2012-01-24 22:36 UTC
rendered paste body
#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