Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
elaine
 
Posts: n/a
Default Right-click menus

how do I display the right-click menu in Excel 2003, ie for copying, pasting
etc.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben
 
Posts: n/a
Default Right-click menus

Perhaps your right-click on a tab has been altered.

Hit ALT + F11 to go to the VBEditor.

Then ViewImmediate Window.

Copy/paste this line into the window and hit <enter

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

OR copy/paste this sub to a module and run it.

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


Gord Dibben MS Excel MVP


On Tue, 24 Jan 2006 11:00:38 -0800, elaine
wrote:

how do I display the right-click menu in Excel 2003, ie for copying, pasting
etc.


Gord Dibben MS Excel MVP
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
New Menus - attaching but menus are reset Greegan Excel Worksheet Functions 0 November 5th 05 03:19 PM
Excel 2003 Mouse Right Click MattJ Excel Worksheet Functions 1 September 28th 05 05:02 AM
Click on Excel Doc Starts Excel but Excel does not Open the Doc. Mark Excel Discussion (Misc queries) 3 August 24th 05 02:33 PM
Click on graph bar to execute a double-click in a pivot table cell [email protected] Charts and Charting in Excel 4 August 3rd 05 01:37 AM
Excel startup switches Randy Excel Discussion (Misc queries) 9 June 14th 05 10:27 PM


All times are GMT +1. The time now is 07:05 AM.

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

About Us

"It's about Microsoft Excel"