![]() |
Need Some Help! Right Click Doing strange things
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 |
Need Some Help! Right Click Doing strange things
Is a macro supposed to happen when you right click? -- Stringer ------------------------------------------------------------------------ Stringer's Profile: http://www.thecodecage.com/forumz/member.php?userid=117 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=62893 |
Need Some Help! Right Click Doing strange things
"Stringer" wrote: Is a macro supposed to happen when you right click? -- Stringer ------------------------------------------------------------------------ Stringer's Profile: http://www.thecodecage.com/forumz/member.php?userid=117 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=62893 No, not that I intended. Just want normal right click menu. Evidently i invoked a macro |
Need Some Help! Right Click Doing strange things
If its in Excel then press Alt+F11 then double click "ThisWorkbook" on 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 sure of the code ther then post it here where we can help! Bill;226483 Wrote: "Stringer" wrote: Is a macro supposed to happen when you right click? -- Stringer ------------------------------------------------------------------------ Stringer's Profile: 'The Code Cage Forums - View Profile: Stringer' (http://www.thecodecage.com/forumz/member.php?userid=117) View this thread: 'Need Some Help! Right Click Doing strange things - The Code Cage Forums' (http://www.thecodecage.com/forumz/sh...ad.php?t=62893) No, not that I intended. Just want normal right click menu. Evidently i invoked a macro -- Simon Lloyd Regards, Simon Lloyd 'The Code Cage' (http://www.thecodecage.com) ------------------------------------------------------------------------ Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=62893 |
All times are GMT +1. The time now is 08:38 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com