Need Some Help! Right Click Doing strange things

B

Bill

When I right click, a windows explorer opens in addition to normal right
click menu. What did I do & how do I stop the explorer window from opening
 
S

Simon Lloyd

If its in Excel then press Alt+F11 then double click "ThisWorkbook" o
the left hand side and see if there is code in there entitled
Code
-------------------
Private Sub Workbook_SheetBeforeRightClick(ByVal Sh As Object, ByVal Target As Range, Cancel As Boolean

-------------------
this is what will be executing when right clicking, if you're not sur
of the code ther then post it here where we can help

Bill;226483 said:

--
Simon Lloy

Regards,
Simon Lloyd
'The Code Cage' (http://www.thecodecage.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top