I want to be able to copy/move one cell between 2 others. Instead of: 1)copy the cell 2) selecting Insert Copied Cells...from the tool bar 3) choose a direction (right, down). Instead, copy the cell, then paste/insert it essentially in the 'space' between those 2 cells. For example, Col A has rows 1-3, values 1, 2, 3. Copy B2 (value 66) and insert it between A1 and A2. This results in column A having 1, 66, 2, 3. And this is with standard features/functions, not VBA. I saw an example of doing this with entire rows (but can't find it) and I hope this can be done. As usual, thanks in advance.
↧