AutoHotKey | Excel Duplicate current row


/ Published in: AutoIt
Save to your folder(s)

`^!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)".


Copy this code and paste it in your HTML
  1. ; excel row duplicator
  2. ^!d::
  3. Send + ^c^+{+}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.