Revision: 65557
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 19, 2013 22:01 by Ginko
Initial Code
; excel row duplicator
^!d::
Send + ^c^+{+}
Send {Esc}{Down}{Up}
return
Initial URL
Initial Description
`^!d::` hot key is customizable.
`+ ^c^+{+}` is "Shift space ; Ctrl C; Ctrl shift +", stands for "select row; copy; insert".
`{Esc}{Down}{Up}` stands for "leave current copy selection; go down then up (to bring back the selection from the whole row to the current cell only)".
Initial Title
AutoHotKey | Excel Duplicate current row
Initial Tags
excel
Initial Language
AutoIt