#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,388
Default Excel

I have a pc with excel office 2003.
When I highlight a cell and roght click no drop down menu appears.
Works in Word and I can ctrl C/ ctrl v so the software is ok
Anyone know if this is a settings problem and if so which settings?
I have never seen nor heard of this problem anywhere before

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Excel

Perhaps some third-party add-in you used removed the right-click menu?

Perhaps some self-generated code removed it?

Alt + F11 to open the VBE then ViewImmediate Window.

Copy this line into the window then hit enter key.

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

Or run this macro.

Sub reset()
Application.CommandBars("Cell").Enabled = True
End Sub


Gord Dibben MS Excel MVP

On Thu, 17 Apr 2008 11:33:01 -0700, Dave wrote:

I have a pc with excel office 2003.
When I highlight a cell and roght click no drop down menu appears.
Works in Word and I can ctrl C/ ctrl v so the software is ok
Anyone know if this is a settings problem and if so which settings?
I have never seen nor heard of this problem anywhere before


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:09 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"