#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default sheet tabs disappear

thanks . it works as what I want now.

"Sheeloo" wrote:

Try Don's suggestion
Excel 2007 navigation;
OFFICE BUTTON - Excel Options - Advanced - Display options for this
workbood - Show sheet tabs
Clear the check box

"Li Jianyong" wrote:

I don't remember the link. if you want,I can send you by email.

I read the code you provided,it seems to hide all the sheet, not sheet.tab



"Sheeloo" wrote:

As far as I know you must have at least one sheet visible...
Can you share the link to the file?

Try
Sub hideTabs()
For Each ws In Sheets
On Error Resume Next
ws.Visible = False
Next
End Sub

"Li Jianyong" wrote:

I have got a sheet from the internet,when I open it ,I did not found any
sheet tabs. it is very interesting for me to design some sheet in this way.
so people can not click the tab. When I try it by myself,I found I can not
hide all the tabs by righ click the tab -Hide

How to hide all the tabs?


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
Excel Tabs continuously disappear LL Excel Discussion (Misc queries) 1 November 7th 08 04:33 PM
tabs are missing even though 'tools-options-view-sheet tabs' ok? rgranell Excel Worksheet Functions 3 August 16th 08 04:25 PM
Hiding Rows makes entire sheet disappear Des1313 Excel Discussion (Misc queries) 3 July 31st 08 09:58 PM
Shared folder - tabs disappear while saving gizmo Excel Worksheet Functions 0 February 3rd 05 10:36 AM
Sheet tabs disappear sometimes in Internet Explorer Jan Nordgreen Excel Discussion (Misc queries) 0 December 6th 04 01:34 AM


All times are GMT +1. The time now is 01:20 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"