View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Madiya Madiya is offline
external usenet poster
 
Posts: 239
Default Right click menu (context menu) for Rows & col not working

On Dec 25, 12:01*pm, Madiya wrote:
Hi,
I am using excel 2007.
From last few days, my right click context menu for rows and columns
is not working at all.
Although "cell" right click works perfectly.

Pl help.

Regards,
Madiya


I have even tried this code but no help.
Sub yy()
On Error Resume Next
For Each bar In Application.CommandBars
Debug.Print bar.Name
bar.enable = True
Next
On Error GoTo 0
End Sub

Pl help.

Regards,
Madiya