Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What does or does not occur when you right-click?
No menu drops down? See below to reset. A menu drops down but options are grayed out? Maybe the sheet is protected. Can you access the commands from the Edit menu? If no menu appears with a right-click you shoud try re-setting the r-click. 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 Tue, 27 Feb 2007 20:16:15 -0800, Saravanan wrote: Hi, My formula bar is disappeared. How can I get it back? Also I am not able to click my right moust button. Thanks, Saravanan |