Copy/Paste unavailable (greyed out)..

  • Thread starter Thread starter Dagwood Bumstead
  • Start date Start date
D

Dagwood Bumstead

When right-clicking on a cell, the edit commands (copy/paste/cut) are
greyed out and not available.

On another workstation with same version, they are available.

Anyone know why?

Thanks,
 
Maybe you could try resetting that menu.

Open excel
hit alt-f11 (to get to the VBE)
hit ctrl-g (to see the immediate window)

type this and hit enter:
application.commandbars("cell").reset

Then back to excel to test it.

===
Ps. If the developer of that workbook did that on purpose, you may have
by-passed his/her logic. You may want to talk that developer.
 
Worked.... Thanks.


Maybe you could try resetting that menu.

Open excel
hit alt-f11 (to get to the VBE)
hit ctrl-g (to see the immediate window)

type this and hit enter:
application.commandbars("cell").reset

Then back to excel to test it.

===
Ps. If the developer of that workbook did that on purpose, you may have
by-passed his/her logic. You may want to talk that developer.
 
Back
Top