Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
j j is offline
external usenet poster
 
Posts: 128
Default i cannot use the mouse right click in excel. how to rectify?

i cannot use the mouse right click in excel. how to rectify?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 427
Default i cannot use the mouse right click in excel. how to rectify?

Is this just when over the cells ?

Does it work on the title bar - windows options
Or on the Excel menus ?

Steve


On Tue, 19 Sep 2006 14:21:01 +0100, j wrote:

i cannot use the mouse right click in excel. how to rectify?

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default i cannot use the mouse right click in excel. how to rectify?

Unless the right-click button is frozen, I'm sure you can use the mouse
right-click in Excel

Just hit the right-click button.

Now...........................the real issue

What are you right-clicking on and what doesn't happen for you?

Does the right-click not work at all or just under certain circumstances?

Maybe the right-click cell menu doesn't pop-up?

If you right-click on a Toolbar what happens?

More detail please.


Gord Dibben MS Excel MVP

On Tue, 19 Sep 2006 06:21:01 -0700, j wrote:

i cannot use the mouse right click in excel. how to rectify?


  #4   Report Post  
Posted to microsoft.public.excel.newusers
j j is offline
external usenet poster
 
Posts: 128
Default i cannot use the mouse right click in excel. how to rectify?

Hi,

when i right click the menu does not appear... other office program like
powerpoint and word ok.

also the insert and format function tool in excel greyed out?

"Gord Dibben" wrote:

Unless the right-click button is frozen, I'm sure you can use the mouse
right-click in Excel

Just hit the right-click button.

Now...........................the real issue

What are you right-clicking on and what doesn't happen for you?

Does the right-click not work at all or just under certain circumstances?

Maybe the right-click cell menu doesn't pop-up?

If you right-click on a Toolbar what happens?

More detail please.


Gord Dibben MS Excel MVP

On Tue, 19 Sep 2006 06:21:01 -0700, j wrote:

i cannot use the mouse right click in excel. how to rectify?



  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default i cannot use the mouse right click in excel. how to rectify?

You can 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").Enabled = True

OR copy/paste this sub to a module and run it.

Sub reset()
Application.CommandBars("Cell").Enabled = True
End Sub

The Insert and Format not being available could be because the worksheet or
workbook is protected.....I would vote for worksheet.

ToolsProtectionUnProtect Worksheet.


Gord

On Tue, 19 Sep 2006 17:53:02 -0700, j wrote:

Hi,

when i right click the menu does not appear... other office program like
powerpoint and word ok.

also the insert and format function tool in excel greyed out?

"Gord Dibben" wrote:

Unless the right-click button is frozen, I'm sure you can use the mouse
right-click in Excel

Just hit the right-click button.

Now...........................the real issue

What are you right-clicking on and what doesn't happen for you?

Does the right-click not work at all or just under certain circumstances?

Maybe the right-click cell menu doesn't pop-up?

If you right-click on a Toolbar what happens?

More detail please.


Gord Dibben MS Excel MVP

On Tue, 19 Sep 2006 06:21:01 -0700, j wrote:

i cannot use the mouse right click in excel. how to rectify?






  #6   Report Post  
Posted to microsoft.public.excel.newusers
j j is offline
external usenet poster
 
Posts: 128
Default i cannot use the mouse right click in excel. how to rectify?

Thanks Gord Dibben,

will try the one on right click menu later at home...

as for protection of worksheet...unfortunately the option of "protection" is
greyed out too. main tool like insert and format also greyed out on a new
spreadsheet.

any advice on this? Thanks.



"Gord Dibben" wrote:

You can 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").Enabled = True

OR copy/paste this sub to a module and run it.

Sub reset()
Application.CommandBars("Cell").Enabled = True
End Sub

The Insert and Format not being available could be because the worksheet or
workbook is protected.....I would vote for worksheet.

ToolsProtectionUnProtect Worksheet.


Gord

On Tue, 19 Sep 2006 17:53:02 -0700, j wrote:

Hi,

when i right click the menu does not appear... other office program like
powerpoint and word ok.

also the insert and format function tool in excel greyed out?

"Gord Dibben" wrote:

Unless the right-click button is frozen, I'm sure you can use the mouse
right-click in Excel

Just hit the right-click button.

Now...........................the real issue

What are you right-clicking on and what doesn't happen for you?

Does the right-click not work at all or just under certain circumstances?

Maybe the right-click cell menu doesn't pop-up?

If you right-click on a Toolbar what happens?

More detail please.


Gord Dibben MS Excel MVP

On Tue, 19 Sep 2006 06:21:01 -0700, j wrote:

i cannot use the mouse right click in excel. how to rectify?




  #7   Report Post  
Posted to microsoft.public.excel.newusers
j j is offline
external usenet poster
 
Posts: 128
Default i cannot use the mouse right click in excel. how to rectify?

How do i make the right click menu a permanant feature?

and to make insert, format data options availabke

i am unable to unprotect worksheet as protection option greyed out...

"j" wrote:

Thanks Gord Dibben,

will try the one on right click menu later at home...

as for protection of worksheet...unfortunately the option of "protection" is
greyed out too. main tool like insert and format also greyed out on a new
spreadsheet.

any advice on this? Thanks.



"Gord Dibben" wrote:

You can 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").Enabled = True

OR copy/paste this sub to a module and run it.

Sub reset()
Application.CommandBars("Cell").Enabled = True
End Sub

The Insert and Format not being available could be because the worksheet or
workbook is protected.....I would vote for worksheet.

ToolsProtectionUnProtect Worksheet.


Gord

On Tue, 19 Sep 2006 17:53:02 -0700, j wrote:

Hi,

when i right click the menu does not appear... other office program like
powerpoint and word ok.

also the insert and format function tool in excel greyed out?

"Gord Dibben" wrote:

Unless the right-click button is frozen, I'm sure you can use the mouse
right-click in Excel

Just hit the right-click button.

Now...........................the real issue

What are you right-clicking on and what doesn't happen for you?

Does the right-click not work at all or just under certain circumstances?

Maybe the right-click cell menu doesn't pop-up?

If you right-click on a Toolbar what happens?

More detail please.


Gord Dibben MS Excel MVP

On Tue, 19 Sep 2006 06:21:01 -0700, j wrote:

i cannot use the mouse right click in excel. how to rectify?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
unhide menu bar in excel - just disappeared Sean Setting up and Configuration of Excel 12 April 4th 23 10:19 AM
Ms Excel, Copying Cell to current sheet using 'Right Click' SacSuggests Excel Discussion (Misc queries) 0 June 21st 06 08:26 AM
Have gridlines appear around mouse cursor in Excel James Grotjohn Excel Discussion (Misc queries) 1 June 6th 06 10:51 PM
How do I activate the right mouse click in Excel? Kcm Excel Discussion (Misc queries) 0 March 28th 06 08:14 AM
In only Excel, my mouse behaves as if the left button is held dow. DanV Excel Discussion (Misc queries) 1 March 14th 05 07:35 AM


All times are GMT +1. The time now is 05:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"