Control-click causes unworkable menu in Excel X

R

Rick

After upgrading to tiger, when I control-click I get a very long menu
with repeated commands (copy, paste, etc) again and again, but only the
commands at the bottom of the list work. This problem only happens in
Excel X for mac. How can I get it back to normal???
 
J

JE McGimpsey

Rick said:
After upgrading to tiger, when I control-click I get a very long menu
with repeated commands (copy, paste, etc) again and again, but only the
commands at the bottom of the list work. This problem only happens in
Excel X for mac. How can I get it back to normal???

One way:

With XL closed, delete the

~:Library:preference:Microsoft:Excel Toolbars (10)

file (where ~ is your home directory).

Note that this will delete all toolbar customizations (if any). If you
don't want to do this, type OPT-F11 to enter the Visual Basic Editor,
type CMD-g to open the Immediate window, and in that window type or paste

Commandbars("Cell").Reset

followed by Return. Type OPT-F11 to return to XL.
 
Top