Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Cannot copy a sheet

I'm posting this in the programming section because I
think I'll have to get into VBA to find the solution.
Although I may be a decent excel user, I bite at the
programming end.

I have a client with Excel 2002. She has a large linked
spreadsheet. Recently when she tries to copy one of the
sheets, she gets the following sequence of errors.

"A forumla or sheet you want to move or copy contains the
name 'Choices_Wrapper', which alredy exists on the
destination worksheet. Do you want to sue this version of
the name?
- To use the name as defined in the destination sheet,
click Yes.
- To rename the range referred to in the formula or
worksheet, click No, and enter a new name in the Name
Conflice dialog box"

If I click no, it will prompt me to rename. I pick
something and get the next error. If I click yes, I
immediately get the same error.

"A forumla or sheet you want to move or copy contains the
name 'Comp', which alredy exists on the destination
worksheet. Do you want to sue this version of the name?
- To use the name as defined in the destination sheet,
click Yes.
- To rename the range referred to in the formula or
worksheet, click No, and enter a new name in the Name
Conflice dialog box"

If I click no, it will prompt me to rename. I pick
something and get the next error. If I click yes, I
immediately get the same error.

"A forumla or sheet you want to move or copy contains the
name 'test', which alredy exists on the destination
worksheet. Do you want to sue this version of the name?
- To use the name as defined in the destination sheet,
click Yes.
- To rename the range referred to in the formula or
worksheet, click No, and enter a new name in the Name
Conflice dialog box"

Then the sheet copies. I've checked hidden sheets and
everything and there are no sheets named with those
names.

Any ideas?
Carla
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Cannot copy a sheet

Ok I may have answered my own question. I went to names,
then define and saw them listed. I deleted them on my
version of the document and it copied with no errors.
However I don't know what they were using them for. Is
there an easy way to tell?

-----Original Message-----
I'm posting this in the programming section because I
think I'll have to get into VBA to find the solution.
Although I may be a decent excel user, I bite at the
programming end.

I have a client with Excel 2002. She has a large linked
spreadsheet. Recently when she tries to copy one of the
sheets, she gets the following sequence of errors.

"A forumla or sheet you want to move or copy contains

the
name 'Choices_Wrapper', which alredy exists on the
destination worksheet. Do you want to sue this version

of
the name?
- To use the name as defined in the destination sheet,
click Yes.
- To rename the range referred to in the formula or
worksheet, click No, and enter a new name in the Name
Conflice dialog box"

If I click no, it will prompt me to rename. I pick
something and get the next error. If I click yes, I
immediately get the same error.

"A forumla or sheet you want to move or copy contains

the
name 'Comp', which alredy exists on the destination
worksheet. Do you want to sue this version of the name?
- To use the name as defined in the destination sheet,
click Yes.
- To rename the range referred to in the formula or
worksheet, click No, and enter a new name in the Name
Conflice dialog box"

If I click no, it will prompt me to rename. I pick
something and get the next error. If I click yes, I
immediately get the same error.

"A forumla or sheet you want to move or copy contains

the
name 'test', which alredy exists on the destination
worksheet. Do you want to sue this version of the name?
- To use the name as defined in the destination sheet,
click Yes.
- To rename the range referred to in the formula or
worksheet, click No, and enter a new name in the Name
Conflice dialog box"

Then the sheet copies. I've checked hidden sheets and
everything and there are no sheets named with those
names.

Any ideas?
Carla
.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Cannot copy a sheet

Look at formulas that now show errors, probably #NAME errors.

--
Regards,
Tom Ogilvy

"Carla Bradley" wrote in message
...
Ok I may have answered my own question. I went to names,
then define and saw them listed. I deleted them on my
version of the document and it copied with no errors.
However I don't know what they were using them for. Is
there an easy way to tell?

-----Original Message-----
I'm posting this in the programming section because I
think I'll have to get into VBA to find the solution.
Although I may be a decent excel user, I bite at the
programming end.

I have a client with Excel 2002. She has a large linked
spreadsheet. Recently when she tries to copy one of the
sheets, she gets the following sequence of errors.

"A forumla or sheet you want to move or copy contains

the
name 'Choices_Wrapper', which alredy exists on the
destination worksheet. Do you want to sue this version

of
the name?
- To use the name as defined in the destination sheet,
click Yes.
- To rename the range referred to in the formula or
worksheet, click No, and enter a new name in the Name
Conflice dialog box"

If I click no, it will prompt me to rename. I pick
something and get the next error. If I click yes, I
immediately get the same error.

"A forumla or sheet you want to move or copy contains

the
name 'Comp', which alredy exists on the destination
worksheet. Do you want to sue this version of the name?
- To use the name as defined in the destination sheet,
click Yes.
- To rename the range referred to in the formula or
worksheet, click No, and enter a new name in the Name
Conflice dialog box"

If I click no, it will prompt me to rename. I pick
something and get the next error. If I click yes, I
immediately get the same error.

"A forumla or sheet you want to move or copy contains

the
name 'test', which alredy exists on the destination
worksheet. Do you want to sue this version of the name?
- To use the name as defined in the destination sheet,
click Yes.
- To rename the range referred to in the formula or
worksheet, click No, and enter a new name in the Name
Conflice dialog box"

Then the sheet copies. I've checked hidden sheets and
everything and there are no sheets named with those
names.

Any ideas?
Carla
.



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
copy rows from one Data sheet to another sheet based on cell conte John McKeon Excel Discussion (Misc queries) 2 May 15th 10 06:49 AM
Auto Copy/autofill Text from sheet to sheet if meets criteria Joyce Excel Discussion (Misc queries) 0 November 20th 08 11:05 PM
How can i copy data from a tabbed working sheet to a summary sheet StephenF Excel Discussion (Misc queries) 1 March 15th 07 03:40 PM
'Copy to' Advance Filter depend only on sheet ID not start sheet Sandy Yates Excel Worksheet Functions 0 April 4th 06 03:48 AM
relative sheet references ala sheet(-1)!B11 so I can copy a sheet. RonMc5 Excel Discussion (Misc queries) 9 February 3rd 05 12:51 AM


All times are GMT +1. The time now is 07:09 AM.

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"