PDA

View Full Version : Solved: Mouse Right click not working in cells



cavacuz
12-10-2007, 04:26 AM
Hi ppl!

I am a newbie around the vba, and have already messed up my excel.
The problem is that right click for context menu only work if an image is selected, if i select a cell it doesn't work.

Can anybody help me?

It works in every application less excel, already uninstalled.

Bob Phillips
12-10-2007, 05:41 AM
Try this in the immediate window in the VBIDE

Application.Commandbars("Cell").Visible = True

Application.Commandbars("Cell").Enabled = True

cavacuz
12-10-2007, 05:50 AM
Try this in the immediate window in the VBIDE

Application.Commandbars("Cell").Visible = True

Application.Commandbars("Cell").Enabled = True

Problem solved!!

Thanks xld!

:beerchug: