Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default How to change the Tables! ?

Thanks for all those who helped to find the data location of the list.

When I did the InsertName Define, I see the name of the list TBL_PEOPLE.
When I click on the name, it shows
=OFFSET(Tables!$D$1,1,0,COUNTA(Tables!$D:$D)-1,1)

However, I am not able to see any worksheet by name Tables. what should I do
to include few more values into this list? Pls help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default How to change the Tables! ?

Quite likely the Tables sheet is hidden.

FormatSheetUnhide and do your addition of values then re-define the reference
address to fit your new list.


Gord

On Thu, 24 May 2007 11:54:00 -0700, xlsstudent
wrote:

Thanks for all those who helped to find the data location of the list.

When I did the InsertName Define, I see the name of the list TBL_PEOPLE.
When I click on the name, it shows
=OFFSET(Tables!$D$1,1,0,COUNTA(Tables!$D:$D)-1,1)

However, I am not able to see any worksheet by name Tables. what should I do
to include few more values into this list? Pls help.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default How to change the Tables! ?

Gord,

Appreciate your help and response. That was my first hunch. I searched for
any hidden worksheet but could not find one. I saw if the document is
protected for any changes. Nope. The document is not protected either.

Pls help.

"Gord Dibben" wrote:

Quite likely the Tables sheet is hidden.

FormatSheetUnhide and do your addition of values then re-define the reference
address to fit your new list.


Gord

On Thu, 24 May 2007 11:54:00 -0700, xlsstudent
wrote:

Thanks for all those who helped to find the data location of the list.

When I did the InsertName Define, I see the name of the list TBL_PEOPLE.
When I click on the name, it shows
=OFFSET(Tables!$D$1,1,0,COUNTA(Tables!$D:$D)-1,1)

However, I am not able to see any worksheet by name Tables. what should I do
to include few more values into this list? Pls help.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default How to change the Tables! ?

Maybe it was hidden using VBA's xlveryhidden method.

Try this macro.

Sub unhide()
Dim sh As Worksheet
For Each sh In ActiveWorkbook.Sheets
sh.Visible = True
Next sh
End Sub

Or hit Alt + F11 to open VBE......CTRL + g to open Immediate window.

Paste this in and hit <enter

Sheets("Tables").Visible = true


Gord

On Thu, 24 May 2007 15:32:01 -0700, xlsstudent
wrote:

Gord,

Appreciate your help and response. That was my first hunch. I searched for
any hidden worksheet but could not find one. I saw if the document is
protected for any changes. Nope. The document is not protected either.

Pls help.

"Gord Dibben" wrote:

Quite likely the Tables sheet is hidden.

FormatSheetUnhide and do your addition of values then re-define the reference
address to fit your new list.


Gord

On Thu, 24 May 2007 11:54:00 -0700, xlsstudent
wrote:

Thanks for all those who helped to find the data location of the list.

When I did the InsertName Define, I see the name of the list TBL_PEOPLE.
When I click on the name, it shows
=OFFSET(Tables!$D$1,1,0,COUNTA(Tables!$D:$D)-1,1)

However, I am not able to see any worksheet by name Tables. what should I do
to include few more values into this list? Pls help.




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
PIVOT TABLES-PERCENT/AMOUNT OF CHANGE BEC Excel Worksheet Functions 3 May 13th 07 08:53 PM
Working with Pivot tables with % change Charlie Excel Worksheet Functions 0 July 28th 06 04:20 PM
Change selected field in all piviot tables dcozzi Excel Worksheet Functions 0 March 15th 06 05:16 PM
Utility to change location of linked tables? Laurel New Users to Excel 1 August 6th 05 04:50 PM
How can I change the default way pivot tables summarize by Jorge Excel Discussion (Misc queries) 1 May 17th 05 02:45 PM


All times are GMT +1. The time now is 12:05 AM.

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"