C
Chris Hankin
Could someone please help with unexpected side-effect after running the
following code:
Dim oCtrl As Object
With Application.CommandBars("Cell")
'Clear the existing menus
For Each oCtrl In .Controls
oCtrl.Delete
Next oCtrl
End With
When I right-click on any cell in my worksheet, I am unable to bring up
a command pop-up menu. What I get is a small blue-coloured rectangle
instead of a command pop-up menu. I then press the Esc - key to remove
the blue-coloured rectangle.
I even tried right-clicking on a new worksheet and the same
blue-coloured rectangle keep appearing.
Could some please advise on how I can reverse this situation?
Kind regards,
Chris.
Live Long and Prosper
*** Sent via Developersdex http://www.developersdex.com ***
following code:
Dim oCtrl As Object
With Application.CommandBars("Cell")
'Clear the existing menus
For Each oCtrl In .Controls
oCtrl.Delete
Next oCtrl
End With
When I right-click on any cell in my worksheet, I am unable to bring up
a command pop-up menu. What I get is a small blue-coloured rectangle
instead of a command pop-up menu. I then press the Esc - key to remove
the blue-coloured rectangle.
I even tried right-clicking on a new worksheet and the same
blue-coloured rectangle keep appearing.
Could some please advise on how I can reverse this situation?
Kind regards,
Chris.
Live Long and Prosper
*** Sent via Developersdex http://www.developersdex.com ***