ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   is there a way to get the right click edit menu in Excel 2003? (https://www.excelbanter.com/excel-discussion-misc-queries/144156-there-way-get-right-click-edit-menu-excel-2003-a.html)

user

is there a way to get the right click edit menu in Excel 2003?
 


Bernie Deitrick

is there a way to get the right click edit menu in Excel 2003?
 
Try

Sub ResetCellMenu()
With Application.CommandBars("Cell")
.Reset
.Enabled = True
End With
End Sub

HTH,
Bernie
MS Excel MVP


"user" wrote in message
...





All times are GMT +1. The time now is 10:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com