Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.setup
external usenet poster
 
Posts: 1
Default How do I change settings to right-click to delete in Excel?

When I want to delete a row I am forced to go to the Edit menu at the top.
But how can I change this to simply right-click, then select delete?
  #2   Report Post  
Posted to microsoft.public.excel.setup
external usenet poster
 
Posts: 22,906
Default How do I change settings to right-click to delete in Excel?

My Excel 2003 has a right-clickdelete. As did earlier versions of Excel.

Select the row header and right-click.

Do you have "delete" command?

If so, click it.

If you have no "delete" available, you can reset the right-click menu.

Hit ALT + F11 to go to the VBEditor.

Then ViewImmediate Window.

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

Application.CommandBars("Cell").reset

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

Sub reset()
Application.CommandBars("Cell").reset
End Sub


Gord Dibben MS Excel MVP

On Mon, 5 Feb 2007 08:32:01 -0800, LadyG
wrote:

When I want to delete a row I am forced to go to the Edit menu at the top.
But how can I change this to simply right-click, then select delete?


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
In Excel how do I delete or change the name of a range of cells? Naming and Deleting a Range Name Excel Discussion (Misc queries) 4 September 21st 08 11:00 PM
how to delete multiple rows in excel, with one click? dreamingkid Excel Discussion (Misc queries) 2 January 4th 07 08:59 AM
Excel ignores boot-time regional settings when interpreting a date [email protected] Excel Discussion (Misc queries) 2 November 4th 05 11:44 AM
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER MEGTOM New Users to Excel 5 October 27th 05 03:06 AM
Undoing LINKS in Excel 2000 jayceejay New Users to Excel 3 January 4th 05 05:58 PM


All times are GMT +1. The time now is 11:29 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"