Mouse right click not working in cell seletion

L

Lin

Hi,

When I''ve selected a number of cells I click the right mouse button to
bring up the formatting menu. Since installing a new version of excel this
function doesn't work. Any ideas on how to set this feature on?
 
D

David McRitchie

Hi Lin,
Search of Google Groups: of the Excel groups
http://groups.google.com/advanced_group_search?q=group:*Excel*&num=100

after you click on the above you can drag the icon to the left of your address bar
to the links toolbar (just like you can drag it to your favorites)

then Search for all words: 2003 context

turns up:
http://google.com/groups?threadm=#[email protected]

where Ron de Bruin, posted
Try to run this macro

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

Fact is it probably has nothing to do with Excel 2003, it may have
been a bad macro, or bad addin, but there are so many times this
comes up that being overly restrictive doesn't hurt.

---HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]My Excel Pages:
http://www.mvps.org/dmcritchie/excel/excel.htmSearch Page: http://www.mvps.org/dmcritchie/excel/search.htm
 
Top