PC Review


Reply
Thread Tools Rate Thread

Column, Row and Sheet tab are gone

 
 
Elton Law
Guest
Posts: n/a
 
      2nd Nov 2009
Hi expert,
Someone send me a file which made the column header (A, B, c ...) and the
row number (1,2,3,4 ...) are gone.
How can I put them back please?
Also, the sheet tab are gone too. (Sheet 1, 2 and 3 ...)
What should I do to make all them visible again?
Thanks
 
Reply With Quote
 
 
 
 
JLGWhiz
Guest
Posts: n/a
 
      2nd Nov 2009
Tools>Options>View then check the box for Row & Column Header


"Elton Law" <(E-Mail Removed)> wrote in message
news:8E224CF8-5295-42AD-AE1D-(E-Mail Removed)...
> Hi expert,
> Someone send me a file which made the column header (A, B, c ...) and the
> row number (1,2,3,4 ...) are gone.
> How can I put them back please?
> Also, the sheet tab are gone too. (Sheet 1, 2 and 3 ...)
> What should I do to make all them visible again?
> Thanks



 
Reply With Quote
 
JLGWhiz
Guest
Posts: n/a
 
      2nd Nov 2009
If you want the code syntax it is:

ActiveWindow.DisplayHeadings = True




"Elton Law" <(E-Mail Removed)> wrote in message
news:8E224CF8-5295-42AD-AE1D-(E-Mail Removed)...
> Hi expert,
> Someone send me a file which made the column header (A, B, c ...) and the
> row number (1,2,3,4 ...) are gone.
> How can I put them back please?
> Also, the sheet tab are gone too. (Sheet 1, 2 and 3 ...)
> What should I do to make all them visible again?
> Thanks



 
Reply With Quote
 
Jacob Skaria
Guest
Posts: n/a
 
      2nd Nov 2009
Tools>Options>View tab>Under windows options check 'Row and column headers'
and 'Sheet tabs'

If this post helps click Yes
---------------
Jacob Skaria


"Elton Law" wrote:

> Hi expert,
> Someone send me a file which made the column header (A, B, c ...) and the
> row number (1,2,3,4 ...) are gone.
> How can I put them back please?
> Also, the sheet tab are gone too. (Sheet 1, 2 and 3 ...)
> What should I do to make all them visible again?
> Thanks

 
Reply With Quote
 
Elton Law
Guest
Posts: n/a
 
      2nd Nov 2009
Hi,
I have tried, but sheet tabs are still invisbile. Is it due to VBA settings?
I have used alt+F11 ans see.
Under Alphabetic, each sheet I have choosen to Enable Selection =
0-XlNoRestrictions.
Do you know what should I do now?
Thanks

"Jacob Skaria" wrote:

> Tools>Options>View tab>Under windows options check 'Row and column headers'
> and 'Sheet tabs'
>
> If this post helps click Yes
> ---------------
> Jacob Skaria
>
>
> "Elton Law" wrote:
>
> > Hi expert,
> > Someone send me a file which made the column header (A, B, c ...) and the
> > row number (1,2,3,4 ...) are gone.
> > How can I put them back please?
> > Also, the sheet tab are gone too. (Sheet 1, 2 and 3 ...)
> > What should I do to make all them visible again?
> > Thanks

 
Reply With Quote
 
Jacob Skaria
Guest
Posts: n/a
 
      2nd Nov 2009
--Check the 'Visible' property of the sheet tab.
--Check whether there is any code placed in Workbook Open/BeforeClose events

If this post helps click Yes
---------------
Jacob Skaria


"Elton Law" wrote:

> Hi,
> I have tried, but sheet tabs are still invisbile. Is it due to VBA settings?
> I have used alt+F11 ans see.
> Under Alphabetic, each sheet I have choosen to Enable Selection =
> 0-XlNoRestrictions.
> Do you know what should I do now?
> Thanks
>
> "Jacob Skaria" wrote:
>
> > Tools>Options>View tab>Under windows options check 'Row and column headers'
> > and 'Sheet tabs'
> >
> > If this post helps click Yes
> > ---------------
> > Jacob Skaria
> >
> >
> > "Elton Law" wrote:
> >
> > > Hi expert,
> > > Someone send me a file which made the column header (A, B, c ...) and the
> > > row number (1,2,3,4 ...) are gone.
> > > How can I put them back please?
> > > Also, the sheet tab are gone too. (Sheet 1, 2 and 3 ...)
> > > What should I do to make all them visible again?
> > > Thanks

 
Reply With Quote
 
Elton Law
Guest
Posts: n/a
 
      2nd Nov 2009
I have checkec.
Still cannot make it.
Anyway, thanks for help. I decide to give up.
Thanks

"Jacob Skaria" wrote:

> --Check the 'Visible' property of the sheet tab.
> --Check whether there is any code placed in Workbook Open/BeforeClose events
>
> If this post helps click Yes
> ---------------
> Jacob Skaria
>
>
> "Elton Law" wrote:
>
> > Hi,
> > I have tried, but sheet tabs are still invisbile. Is it due to VBA settings?
> > I have used alt+F11 ans see.
> > Under Alphabetic, each sheet I have choosen to Enable Selection =
> > 0-XlNoRestrictions.
> > Do you know what should I do now?
> > Thanks
> >
> > "Jacob Skaria" wrote:
> >
> > > Tools>Options>View tab>Under windows options check 'Row and column headers'
> > > and 'Sheet tabs'
> > >
> > > If this post helps click Yes
> > > ---------------
> > > Jacob Skaria
> > >
> > >
> > > "Elton Law" wrote:
> > >
> > > > Hi expert,
> > > > Someone send me a file which made the column header (A, B, c ...) and the
> > > > row number (1,2,3,4 ...) are gone.
> > > > How can I put them back please?
> > > > Also, the sheet tab are gone too. (Sheet 1, 2 and 3 ...)
> > > > What should I do to make all them visible again?
> > > > Thanks

 
Reply With Quote
 
OssieMac
Guest
Posts: n/a
 
      2nd Nov 2009
If you are using xl2007 then in Help type in the following in the search field.

Where are my worksheet tabs

then follow the instructions and see if that works.

--
Regards,

OssieMac


"Elton Law" wrote:

> I have checkec.
> Still cannot make it.
> Anyway, thanks for help. I decide to give up.
> Thanks
>
> "Jacob Skaria" wrote:
>
> > --Check the 'Visible' property of the sheet tab.
> > --Check whether there is any code placed in Workbook Open/BeforeClose events
> >
> > If this post helps click Yes
> > ---------------
> > Jacob Skaria
> >
> >
> > "Elton Law" wrote:
> >
> > > Hi,
> > > I have tried, but sheet tabs are still invisbile. Is it due to VBA settings?
> > > I have used alt+F11 ans see.
> > > Under Alphabetic, each sheet I have choosen to Enable Selection =
> > > 0-XlNoRestrictions.
> > > Do you know what should I do now?
> > > Thanks
> > >
> > > "Jacob Skaria" wrote:
> > >
> > > > Tools>Options>View tab>Under windows options check 'Row and column headers'
> > > > and 'Sheet tabs'
> > > >
> > > > If this post helps click Yes
> > > > ---------------
> > > > Jacob Skaria
> > > >
> > > >
> > > > "Elton Law" wrote:
> > > >
> > > > > Hi expert,
> > > > > Someone send me a file which made the column header (A, B, c ...) and the
> > > > > row number (1,2,3,4 ...) are gone.
> > > > > How can I put them back please?
> > > > > Also, the sheet tab are gone too. (Sheet 1, 2 and 3 ...)
> > > > > What should I do to make all them visible again?
> > > > > Thanks

 
Reply With Quote
 
JLGWhiz
Guest
Posts: n/a
 
      2nd Nov 2009
Put this macro in the public module of the workbook with the lost headings
and then run it.
If the headings do not appear after you run the macro, you have a real
problem.

Sub RestoreToNorm()
With Worksheets(2)
Do Until .Shapes.Count = 0
.Shapes(.Shapes.Count).Delete
Loop
.Cells.Clear
.Columns.UseStandardWidth = True
.Rows.UseStandardHeight = True
End With
With Application
.DisplayFullScreen = False
.DisplayFormulaBar = True
.DisplayStatusBar = True
End With
With ActiveWindow 'This with statement sets everything to normal
.DisplayHorizontalScrollBar = True
.DisplayVerticalScrollBar = True
.DisplayWorkbookTabs = True
.DisplayHeadings = True
.DisplayGridlines = True
End With
ThisWorkbook.Save
End Sub



"Elton Law" <(E-Mail Removed)> wrote in message
news:F97AC1F7-76CE-457A-9FAB-(E-Mail Removed)...
>I have checkec.
> Still cannot make it.
> Anyway, thanks for help. I decide to give up.
> Thanks
>
> "Jacob Skaria" wrote:
>
>> --Check the 'Visible' property of the sheet tab.
>> --Check whether there is any code placed in Workbook Open/BeforeClose
>> events
>>
>> If this post helps click Yes
>> ---------------
>> Jacob Skaria
>>
>>
>> "Elton Law" wrote:
>>
>> > Hi,
>> > I have tried, but sheet tabs are still invisbile. Is it due to VBA
>> > settings?
>> > I have used alt+F11 ans see.
>> > Under Alphabetic, each sheet I have choosen to Enable Selection =
>> > 0-XlNoRestrictions.
>> > Do you know what should I do now?
>> > Thanks
>> >
>> > "Jacob Skaria" wrote:
>> >
>> > > Tools>Options>View tab>Under windows options check 'Row and column
>> > > headers'
>> > > and 'Sheet tabs'
>> > >
>> > > If this post helps click Yes
>> > > ---------------
>> > > Jacob Skaria
>> > >
>> > >
>> > > "Elton Law" wrote:
>> > >
>> > > > Hi expert,
>> > > > Someone send me a file which made the column header (A, B, c ...)
>> > > > and the
>> > > > row number (1,2,3,4 ...) are gone.
>> > > > How can I put them back please?
>> > > > Also, the sheet tab are gone too. (Sheet 1, 2 and 3 ...)
>> > > > What should I do to make all them visible again?
>> > > > Thanks



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Compare sheet 1 column A numbers with sheet 2 column A number Not and Excel Expert Microsoft Excel Worksheet Functions 2 7th Aug 2009 12:36 AM
Copying rows values on one sheet to part of a formula in a column onanother sheet. Manosh Microsoft Excel Discussion 2 23rd Jun 2009 03:58 AM
Formula if Column E in Sheet 1 equals Column M in sheet 2, = Colum =?Utf-8?B?SnVhbg==?= Microsoft Excel Programming 0 23rd Aug 2006 10:15 PM
based on Cell/Column content ,cut one sheet's values and paste it in other sheet? mindpeace Microsoft Excel Programming 0 25th May 2006 01:33 PM
based on Cell/Column content ,cut one sheet's values and paste it in other sheet? mindpeace Microsoft Excel Programming 3 24th May 2006 03:33 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:43 AM.