Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default Problem upgrading to Excel 2007

I just upgraded Excel from 2003 to 2007. I have a workbook that contains a
huge VBA-code. I have two hidden sheets in that workbook that I now can not
unhide, since the button is grayed and is not clicable. These sheets contain
tables that are being updated regulary. Any idea how I can recover these
sheets? I can see in the macrowindow that they are there.
--
Stef
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default Problem upgrading to Excel 2007

Why not just do a

Worksheets("Sheetname").Visible = xlSheetVisible

in the VBIDE immediate window

--
__________________________________
HTH

Bob

"Stef" wrote in message
...
I just upgraded Excel from 2003 to 2007. I have a workbook that contains a
huge VBA-code. I have two hidden sheets in that workbook that I now can
not
unhide, since the button is grayed and is not clicable. These sheets
contain
tables that are being updated regulary. Any idea how I can recover these
sheets? I can see in the macrowindow that they are there.
--
Stef



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default Problem upgrading to Excel 2007

Yes this worked, but when I try to hide one of the now visible sheets with
the "hide" button, all sheets are hidden. I just want to hide some of them
and leave some visible. I.e the way it worked with Excel 2003
--
Stef


"Bob Phillips" wrote:

Why not just do a

Worksheets("Sheetname").Visible = xlSheetVisible

in the VBIDE immediate window

--
__________________________________
HTH

Bob

"Stef" wrote in message
...
I just upgraded Excel from 2003 to 2007. I have a workbook that contains a
huge VBA-code. I have two hidden sheets in that workbook that I now can
not
unhide, since the button is grayed and is not clicable. These sheets
contain
tables that are being updated regulary. Any idea how I can recover these
sheets? I can see in the macrowindow that they are there.
--
Stef




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Problem upgrading to Excel 2007

Just a thought but..............

Do you have multiple sheets selected when you "Hide"?


Gord Dibben MS Excel MVP

On Sat, 12 Jul 2008 12:13:00 -0700, Stef wrote:

This I don't quite understand. Should it be a built in code? I have not
written any code to handle this. I mean the option in the toolbar "Show -
window" and "Hide"


  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default Problem upgrading to Excel 2007

No. I also try to right clic the mouse and it hides the active window but
then I cannot make it visible again. I have to do this by the immediate
window.
--
Stef


"Gord Dibben" wrote:

Just a thought but..............

Do you have multiple sheets selected when you "Hide"?


Gord Dibben MS Excel MVP

On Sat, 12 Jul 2008 12:13:00 -0700, Stef wrote:

This I don't quite understand. Should it be a built in code? I have not
written any code to handle this. I mean the option in the toolbar "Show -
window" and "Hide"



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default Problem upgrading to Excel 2007

I found out that I can hide one sheet at a time by clicking the right button
on the mouse. To make it visible again I right click the mouse again and
there is an option to open the sheet. I guess this is the only way to do this.
--
Stef


"Stef" wrote:

No. I also try to right clic the mouse and it hides the active window but
then I cannot make it visible again. I have to do this by the immediate
window.
--
Stef


"Gord Dibben" wrote:

Just a thought but..............

Do you have multiple sheets selected when you "Hide"?


Gord Dibben MS Excel MVP

On Sat, 12 Jul 2008 12:13:00 -0700, Stef wrote:

This I don't quite understand. Should it be a built in code? I have not
written any code to handle this. I mean the option in the toolbar "Show -
window" and "Hide"



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
Corrupt links after upgrading to 2007 Mags Setting up and Configuration of Excel 0 February 8th 08 04:11 PM
Any problem of migration for upgrading Office 2007 from Office 200 Eric Excel Discussion (Misc queries) 3 September 6th 07 04:22 PM
Add Ins and upgrading from 2003 to 2007 Robert Excel Discussion (Misc queries) 1 February 14th 07 03:38 PM
Upgrading Excel 2003 trial version, please help S. Huddleston Excel Discussion (Misc queries) 3 January 6th 07 09:15 PM
Upgrading Problems: Excel from 2000 to 2003 Larry Juker Excel Worksheet Functions 2 November 2nd 04 06:50 PM


All times are GMT +1. The time now is 08:27 PM.

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

About Us

"It's about Microsoft Excel"