Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 119
Default How do I replace a worksheet with lists

I have a worksheet with named lists. I have a second worksheet that has
validation references (=listname) to those lists to create dropdown lists.
This is working fine. I have now distributed this spreadsheet to multiple
users.

I want to now update one or more lists in my master file and re-distribute
the list worksheet and give the users a method to replace the lists worksheet
in their local copy.

What is happening is that when I copy the updated list to the local
worksheet, and delete the original list worksheet, the second worksheet no
longer sees the named lists. The same thing happens if I first delete the
list worksheet and then copy the new list worksheet. The lists are still
correctly visable in the lists worksheet.

How do I get the second worksheet to see the named lists again?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default How do I replace a worksheet with lists

Hi

Assuming the users are capable, the easiest way would be to tell them to
click of the small grey cell to the left of A and above Row 1 of the new
sheet. This will select all of the cells.
Copy
Move to cell A1 of the existing second sheet and Paste.
This will replace all of the named ranges with the new values.

--
Regards

Roger Govier


"DocBrown" wrote in message
...
I have a worksheet with named lists. I have a second worksheet that has
validation references (=listname) to those lists to create dropdown
lists.
This is working fine. I have now distributed this spreadsheet to
multiple
users.

I want to now update one or more lists in my master file and
re-distribute
the list worksheet and give the users a method to replace the lists
worksheet
in their local copy.

What is happening is that when I copy the updated list to the local
worksheet, and delete the original list worksheet, the second
worksheet no
longer sees the named lists. The same thing happens if I first delete
the
list worksheet and then copy the new list worksheet. The lists are
still
correctly visable in the lists worksheet.

How do I get the second worksheet to see the named lists again?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 119
Default How do I replace a worksheet with lists

Copying the cells doesn't quite work if the number of items in the list
changes.

Here's some details...
I have two worksheets. One called 'Lists' which contains the named lists.
The second worksheet, called 'Template', has validation that references to
the named lists to create drop down menus.

In my workbook, the data in the Define Name window (Insert-Name-Define) is
in sync between the two worksheets, but after I replace the 'Lists' worksheet
in the local copy of the spreadsheet, the entry in the Define Name window is
no longer correct in the template worksheet. In the template worksheet, the
'Refers to:' changes from:

=OFFSET(Lists!$A$5,0,0,COUNTA(Lists!$A:$A),1)

to:

=OFFSET(#REF!$A$5,0,0,COUNTA(#REF!$A:$A),1)

If I manually change the #REF to Lists, the drop down works again. So the
link between worksheets is lost if I delete the original 'Lists' worksheet.

How can I prevent this from happening? Is there another way to replace the
'Lists' worksheet without breaking the links while at the same time updating
the named lists?

Thanks,
John S.


"Roger Govier" wrote:

Hi

Assuming the users are capable, the easiest way would be to tell them to
click of the small grey cell to the left of A and above Row 1 of the new
sheet. This will select all of the cells.
Copy
Move to cell A1 of the existing second sheet and Paste.
This will replace all of the named ranges with the new values.

--
Regards

Roger Govier


"DocBrown" wrote in message
...
I have a worksheet with named lists. I have a second worksheet that has
validation references (=listname) to those lists to create dropdown
lists.
This is working fine. I have now distributed this spreadsheet to
multiple
users.

I want to now update one or more lists in my master file and
re-distribute
the list worksheet and give the users a method to replace the lists
worksheet
in their local copy.

What is happening is that when I copy the updated list to the local
worksheet, and delete the original list worksheet, the second
worksheet no
longer sees the named lists. The same thing happens if I first delete
the
list worksheet and then copy the new list worksheet. The lists are
still
correctly visable in the lists worksheet.

How do I get the second worksheet to see the named lists again?




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default How do I replace a worksheet with lists

Hi John

I was not suggesting "replacing" the sheet - that would give rise to
errors.
What I said was to copy the data (all of it) from the new sheet, and
then Paste to Cells A1 of the sheet Lists.
All of the names, both their quantity and values will be replaced on the
sheet, but none of the formulae will have altered.

Works fine for me in XL2000,2002,2003 and 2007.

--
Regards

Roger Govier


"DocBrown" wrote in message
...
Copying the cells doesn't quite work if the number of items in the
list
changes.

Here's some details...
I have two worksheets. One called 'Lists' which contains the named
lists.
The second worksheet, called 'Template', has validation that
references to
the named lists to create drop down menus.

In my workbook, the data in the Define Name window
(Insert-Name-Define) is
in sync between the two worksheets, but after I replace the 'Lists'
worksheet
in the local copy of the spreadsheet, the entry in the Define Name
window is
no longer correct in the template worksheet. In the template
worksheet, the
'Refers to:' changes from:

=OFFSET(Lists!$A$5,0,0,COUNTA(Lists!$A:$A),1)

to:

=OFFSET(#REF!$A$5,0,0,COUNTA(#REF!$A:$A),1)

If I manually change the #REF to Lists, the drop down works again. So
the
link between worksheets is lost if I delete the original 'Lists'
worksheet.

How can I prevent this from happening? Is there another way to replace
the
'Lists' worksheet without breaking the links while at the same time
updating
the named lists?

Thanks,
John S.


"Roger Govier" wrote:

Hi

Assuming the users are capable, the easiest way would be to tell them
to
click of the small grey cell to the left of A and above Row 1 of the
new
sheet. This will select all of the cells.
Copy
Move to cell A1 of the existing second sheet and Paste.
This will replace all of the named ranges with the new values.

--
Regards

Roger Govier


"DocBrown" wrote in message
...
I have a worksheet with named lists. I have a second worksheet that
has
validation references (=listname) to those lists to create dropdown
lists.
This is working fine. I have now distributed this spreadsheet to
multiple
users.

I want to now update one or more lists in my master file and
re-distribute
the list worksheet and give the users a method to replace the lists
worksheet
in their local copy.

What is happening is that when I copy the updated list to the local
worksheet, and delete the original list worksheet, the second
worksheet no
longer sees the named lists. The same thing happens if I first
delete
the
list worksheet and then copy the new list worksheet. The lists are
still
correctly visable in the lists worksheet.

How do I get the second worksheet to see the named lists again?






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 2000 Lists - Insert Row in Protected worksheet Mark Excel Discussion (Misc queries) 1 November 1st 06 11:20 PM
Find & Replace a link to another worksheet in the same workbook Sidesfive Excel Worksheet Functions 1 July 6th 06 10:23 PM
Help with Lists... Corey Excel Discussion (Misc queries) 0 July 5th 06 08:39 PM
Copy from worksheet to another x times Union70 Excel Discussion (Misc queries) 0 March 7th 05 09:03 PM
How do I replace a worksheet with another worksheet in excel Ammnon Excel Worksheet Functions 1 January 12th 05 10:48 AM


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