#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Worksheet tabs

Running 2007 on windows xp. All of the sudden I cannot right click on the
worksheet tabs. I right-click and nothing happens. I need to do this to
copy and move worksheets around. Does anyone have any idea why this is
happening or how to fix it or how to get around it? Recently, I installed
and uninstalled some add-ins, and my guess is that the add-ins changed a
property somewhere.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Worksheet tabs

Try this...

Open excel
Hit alt-f11 to get to the VBE (where macros live)
hit ctrl-g to see the immediate window

Then type this and hit enter:
application.commandbars("ply").enabled = true
Then back to excel to test it.

If it didn't work, try entering this command (and hitting enter) in the
immediate window of the VBE:
application.commandbars("ply").reset



Estimator wrote:

Running 2007 on windows xp. All of the sudden I cannot right click on the
worksheet tabs. I right-click and nothing happens. I need to do this to
copy and move worksheets around. Does anyone have any idea why this is
happening or how to fix it or how to get around it? Recently, I installed
and uninstalled some add-ins, and my guess is that the add-ins changed a
property somewhere.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Worksheet tabs

The first statement worked. Thanks Dave!


"Dave Peterson" wrote:

Try this...

Open excel
Hit alt-f11 to get to the VBE (where macros live)
hit ctrl-g to see the immediate window

Then type this and hit enter:
application.commandbars("ply").enabled = true
Then back to excel to test it.

If it didn't work, try entering this command (and hitting enter) in the
immediate window of the VBE:
application.commandbars("ply").reset



Estimator wrote:

Running 2007 on windows xp. All of the sudden I cannot right click on the
worksheet tabs. I right-click and nothing happens. I need to do this to
copy and move worksheets around. Does anyone have any idea why this is
happening or how to fix it or how to get around it? Recently, I installed
and uninstalled some add-ins, and my guess is that the add-ins changed a
property somewhere.


--

Dave Peterson
.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro to name worksheet tabs using a cell within the worksheet? Jennifer Excel Discussion (Misc queries) 4 November 6th 12 05:03 PM
Worksheet tabs at top Alice A Excel Discussion (Misc queries) 2 March 21st 09 03:49 PM
worksheet tabs macker01 Excel Discussion (Misc queries) 2 November 26th 08 07:18 PM
Can Excel worksheet tabs be relocated above the worksheet? BCWB Excel Discussion (Misc queries) 1 November 1st 06 09:14 PM
Worksheet Tabs Giver Excel Worksheet Functions 3 October 16th 05 07:09 PM


All times are GMT +1. The time now is 11:58 PM.

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

About Us

"It's about Microsoft Excel"