Microsoft
Software
Hardware
Network
Question : Excel macro to move selected row to another worksheet
I would like an Excel 2007 macro that will take a selected row, move it to the next available row in another sheet, and then delete the row from the original sheet. I'd like the macro to be triggered by some specific key combination (say, ctrl-shift-m, or some such thing that's unlikely to conflict with another, pre-existing hotkey combination). The sheet to which the row is moved will never change, so the name of that sheet can be "hard-wired" into the macro.
Thanks in advance.
Answer : Excel macro to move selected row to another worksheet
Please try, shortcut is Ctrl+q. Rows are moved to sheeet "Archive". You can select more than one row at once.
Random Solutions
JQuery based image (actually an element of code) rotator
How to design my DNS structure
Reference a selected rows column value from a gridview in VB .Net 3.5
Get Access Database online
Find position of second to last period in a string
Running .exe in a logon script
How do I upgrade firmware on Netgear wg103
jQuery: Add div at beginning of other div
datagrid question
When I encrypt/encode a string using codeigniter encryption class, it is different everytime, why?