Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Very odd but when I right click on a cell in Excel i don't get the formatting
options. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Do you mean right-clickFormat Cells does not appear at all or is grayed out?
If grayed out, your sheet may be protected. If not appearing at all, 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 Thu, 19 Apr 2007 10:38:06 -0700, Right Click Excel <Right Click wrote: Very odd but when I right click on a cell in Excel i don't get the formatting options. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
right click does not work to tabs | Excel Discussion (Misc queries) | |||
Has Excel ever lied to you? Mine does. | Excel Discussion (Misc queries) | |||
How do I enable the double-click drill down in Excel | Excel Discussion (Misc queries) | |||
exporting excel to gold mine | Excel Discussion (Misc queries) | |||
How do I copy and paste Excel charts and retain formatting? Mine . | Charts and Charting in Excel |