Cannot perform a right click on the cells

  • Thread starter Thread starter Zymon
  • Start date Start date
Z

Zymon

Hi ,
I cannot perform a right click on the cells (functions
like copy paste,format...etc) in excel (xp version).
However, all these can be found when i right click on my
words or powerpt.

Dun think it is my mouse that is faulty. Pls assist.

Regards
 
Something must be wrong in your options. Did this just
start happening or is it something new. Click on Tools,
then click on Options and then select the edit tab. Make
sure that the only thing NOT selected is the fixed decimal
then you should be all set.
 
[This followup was posted to microsoft.public.excel.misc with an email
copy to Zymon.
Please use the newsgroup for further discussion.]

Do you have any transition settings enabled? Check Tools | Options... |
Transition tab.

Or, do you have any macros that might be blocking the rightt-click?

--
Trouble finding replies to your posts? Use a newsreader. See the
tutorial 'Outlook Express and Newsgroups' on my web site

Regards,

Tushar Mehta, MS MVP -- Excel
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 
Sub EnableRightClick
Application.CommandBars("Cell").Enabled=True
End Sub

I found no help w Microsoft Help.
Stumbled to the solution by Chip Pearson's code to disable.
 
Back
Top