View Single Post
  #2   Report Post  
Jim Rech
 
Posts: n/a
Default

If the problem is that the Cell menu is disabled you can re-enable it with a
macro:

Commandbars("Cell").Enabled = True

If you're not familiar with macros you might try renaming your toolbar file
(where "customizations" are kept). With Excel closed find you XLB file (For
Excel 2000 typically EXCEL.XLB in C:\Documents and Settings\<your user
name\Application Data\Microsoft\Excel) and rename it.

--
Jim Rech
Excel MVP
"Larry" wrote in message
...
|I am working with a spreadsheet I created a year ago. When I right mouse
| click on a cell to change the format, nothing happens.
|
|