A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Loss of Right Button Functionality in Tabs



 
 
Thread Tools Display Modes
  #1  
Old November 10th, 2009, 09:34 AM posted to microsoft.public.excel.misc
Netorius77
external usenet poster
 
Posts: 13
Default Loss of Right Button Functionality in Tabs

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  
Old November 10th, 2009, 09:44 AM posted to microsoft.public.excel.misc
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default Loss of Right Button Functionality in Tabs

--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  
Old November 10th, 2009, 09:53 AM posted to microsoft.public.excel.misc
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default Loss of Right Button Functionality in Tabs

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  
Old November 11th, 2009, 03:51 AM posted to microsoft.public.excel.misc
Netorius77
external usenet poster
 
Posts: 13
Default Loss of Right Button Functionality in Tabs

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

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:04 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.