Cannot right click on my mouse

Z

Zymon

Hi there,
Need some help over herepls. Whenever i'm using excel
(XP version), i cannot right click on my mouse to access
functions like " Cut, Copy, Pate, insert rows...etc"
Wonder what had gone wrong.

Can anyone out there help me? Thi sis different when
i use WORDS or POWERPT, the right click funtion is
available . Pls assist.

Many Thx.
 
D

David McRitchie

Hi Zymon,

Try this macro to fix, you will still have to identify the cause,
whether a macro that terminated, or even a bad addin.

Sub Fix_Things()
Application.DisplayAlerts = True
Application.CommandBars("Cell").Enabled = True 'rclick cell
Application.CommandBars("PLY").Enabled = True 'rclick ws tab
Application.EnableEvents = True 'may be False from a Change macro
End Sub
 

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