Thread
:
is there a way to get the right click edit menu in Excel 2003?
View Single Post
#
2
Posted to microsoft.public.excel.misc
Bernie Deitrick
external usenet poster
Posts: 5,441
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
...
Reply With Quote
Bernie Deitrick
View Public Profile
Find all posts by Bernie Deitrick