Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have lost the right click functionality when I right click on an Excel Tab
(Excel 2003) I can still right click in a cell and get the standard options (format, cut, copy, insert etc), but when I right click on a tab to say copy tab, there is nothing. Does anyone have a solution? Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
--From the sheet hit the keys (Alt + F11) to launch VBE (Visual Basic Editor)
--Hit (Ctrl + G) so that Immediate window will be enabled --Paste the below line including to the immediate window and enter (Make sure you press Enter after placing the cursor end of the line) Application.commandbars("PLY").Enabled = TRUE --Now get back to workbook and check whether the Sheet tab right click works. And then back to excel to test it. -- If this post helps click Yes --------------- Jacob Skaria "Netorius77" wrote: I have lost the right click functionality when I right click on an Excel Tab (Excel 2003) I can still right click in a cell and get the standard options (format, cut, copy, insert etc), but when I right click on a tab to say copy tab, there is nothing. Does anyone have a solution? Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Still no luck ...you can try
Application.CommandBars("PLY").Reset If this post helps click Yes --------------- Jacob Skaria "Jacob Skaria" wrote: --From the sheet hit the keys (Alt + F11) to launch VBE (Visual Basic Editor) --Hit (Ctrl + G) so that Immediate window will be enabled --Paste the below line including to the immediate window and enter (Make sure you press Enter after placing the cursor end of the line) Application.commandbars("PLY").Enabled = TRUE --Now get back to workbook and check whether the Sheet tab right click works. And then back to excel to test it. -- If this post helps click Yes --------------- Jacob Skaria "Netorius77" wrote: I have lost the right click functionality when I right click on an Excel Tab (Excel 2003) I can still right click in a cell and get the standard options (format, cut, copy, insert etc), but when I right click on a tab to say copy tab, there is nothing. Does anyone have a solution? Thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Perfect - great instruction and easy to follow. Thanks.
"Jacob Skaria" wrote: --From the sheet hit the keys (Alt + F11) to launch VBE (Visual Basic Editor) --Hit (Ctrl + G) so that Immediate window will be enabled --Paste the below line including to the immediate window and enter (Make sure you press Enter after placing the cursor end of the line) Application.commandbars("PLY").Enabled = TRUE --Now get back to workbook and check whether the Sheet tab right click works. And then back to excel to test it. -- If this post helps click Yes --------------- Jacob Skaria "Netorius77" wrote: I have lost the right click functionality when I right click on an Excel Tab (Excel 2003) I can still right click in a cell and get the standard options (format, cut, copy, insert etc), but when I right click on a tab to say copy tab, there is nothing. Does anyone have a solution? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
losing command button functionality | Excel Discussion (Misc queries) | |||
hardship letter explaining devastating loss property loss financi | Excel Discussion (Misc queries) | |||
Loss of Functionality | Excel Discussion (Misc queries) | |||
Cubecell olap should return 0 - loss in functionality from Excel 2 | Excel Worksheet Functions | |||
Weight loss line chart to monitor weight loss progress | Charts and Charting in Excel |