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.
David McRitchie - 23 Sep 2003 16:00 GMT
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
---
HTH, (install/use macros getstarted.htm)
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
"Zymon" <averonne@singnet.com.sg> wrote...
> ... Whenever I'm using excel
> (XP version), I cannot right click on my mouse to access
[quoted text clipped - 3 lines]
> Can anyone out there help me? This is different when
> i use WORDS or POWERPT, the right click function is available.