Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() "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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
About this website - When I click on things nothing happens. | Excel Discussion (Misc queries) | |||
When I paste numbers in to cells why do strange things appear? | New Users to Excel | |||
Strange things happening in Excel!!!!! | Excel Discussion (Misc queries) | |||
Help!!!! Strange things are happening to a Shared Workbook!! | Excel Worksheet Functions | |||
Copy formulas - strange things happens | Excel Discussion (Misc queries) |