Cannot perform a right click on the cells

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
 
T

Ted

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.
 
T

Tushar Mehta

[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
 
J

Jackie LaVallee

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top