What happened to Insert Cut Cells?

  • Thread starter Johnny Naperville
  • Start date
J

Johnny Naperville

In Excel 2002, I can select a range, cut it, select where I want to move the
range to and choose Insert Cut Cells and Excel will make room and insert the
cut cells. This is very useful for rearranging a long list of items. In Excel
2003, when I do this, Insert Cut Cells never appears. What changed? Can I get
this back?
 
J

Jim Rech

Looks the same to me in Excel 2003 as 2002. It's at the top of the Insert
menu (after a Cut) and also on the right click menu.

--
Jim
message | In Excel 2002, I can select a range, cut it, select where I want to move
the
| range to and choose Insert Cut Cells and Excel will make room and insert
the
| cut cells. This is very useful for rearranging a long list of items. In
Excel
| 2003, when I do this, Insert Cut Cells never appears. What changed? Can I
get
| this back?
 
D

Dave Peterson

Any chance you have an event macro firing (worksheet_selectionchange??)?

It could be clearing the clipboard.
 
J

Johnny Naperville

Dave Peterson said:
Any chance you have an event macro firing (worksheet_selectionchange??)?

It could be clearing the clipboard.

That must have been the issue. I turned off all of the Add-Ins and it works
now. Thank you for your help.
 
Top