Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 407
Default merged cells

I am trying to copy and edit paste special from one worksheet in one file to a similar worksheet in another file.I am getting the following error message:

The operation requires merged cells to be identically sized.

I cannot find any merged cells in different places between the two sheets. I also tried to paint the format of one sheet onto the second sheet first. But it did not help.

What does this message really mean?

Thanks!
Dean
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default merged cells

Dean,
Even if the cells are merged the same, Excel seems not able to PasteSpecial
between if the range is more than a single column.
So either pastespecial a column at a time or don't use merged cells.
Maybe some else knows why this should be so ?

NickHK

"Dean" wrote in message
...
I am trying to copy and edit paste special from one worksheet in one file to
a similar worksheet in another file.I am getting the following error
message:

The operation requires merged cells to be identically sized.

I cannot find any merged cells in different places between the two sheets.
I also tried to paint the format of one sheet onto the second sheet first.
But it did not help.

What does this message really mean?

Thanks!
Dean


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 407
Default merged cells

Yes, I did a little research and nobody seems to know why EXCEL has trouble
but everyone seems to agree that it does! I found that I could copy (edit
paste special values) cell C1 thru C4 (no merges), then C5 thru C6 (this had
a merge in cells C5 and C6) successfully, but not the entire C1 to C7 block.
Very strange. I think the error message is misleading.

I basically am just highlighting the source sheets, temporarily removing all
the merges (without resaving), then copying that into the destination sheet.
Luckily, the destination sheets (from which I've permanently removed all
merges) are behind the scenes so they don't have to look pretty.

Thanks!
Dean

"NickHK" wrote in message
...
Dean,
Even if the cells are merged the same, Excel seems not able to
PasteSpecial
between if the range is more than a single column.
So either pastespecial a column at a time or don't use merged cells.
Maybe some else knows why this should be so ?

NickHK

"Dean" wrote in message
...
I am trying to copy and edit paste special from one worksheet in one file
to
a similar worksheet in another file.I am getting the following error
message:

The operation requires merged cells to be identically sized.

I cannot find any merged cells in different places between the two sheets.
I also tried to paint the format of one sheet onto the second sheet first.
But it did not help.

What does this message really mean?

Thanks!
Dean




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default merged cells

Dean,
Going the single-column-at-a-time route should suit you or see:
http://www.support.microsoft.com/?sc...d=1759&sid=567.
Whilst this article states "This problem..." there is no acknowledgement of
it being a bug and as this has been the situation since Excel '97, I guess
it is "by design".

NickHK

"Dean" wrote in message
...
Yes, I did a little research and nobody seems to know why EXCEL has

trouble
but everyone seems to agree that it does! I found that I could copy (edit
paste special values) cell C1 thru C4 (no merges), then C5 thru C6 (this

had
a merge in cells C5 and C6) successfully, but not the entire C1 to C7

block.
Very strange. I think the error message is misleading.

I basically am just highlighting the source sheets, temporarily removing

all
the merges (without resaving), then copying that into the destination

sheet.
Luckily, the destination sheets (from which I've permanently removed all
merges) are behind the scenes so they don't have to look pretty.

Thanks!
Dean

"NickHK" wrote in message
...
Dean,
Even if the cells are merged the same, Excel seems not able to
PasteSpecial
between if the range is more than a single column.
So either pastespecial a column at a time or don't use merged cells.
Maybe some else knows why this should be so ?

NickHK

"Dean" wrote in message
...
I am trying to copy and edit paste special from one worksheet in one

file
to
a similar worksheet in another file.I am getting the following error
message:

The operation requires merged cells to be identically sized.

I cannot find any merged cells in different places between the two

sheets.
I also tried to paint the format of one sheet onto the second sheet

first.
But it did not help.

What does this message really mean?

Thanks!
Dean






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 407
Default merged cells

Yes, I find it arrogant of them to not admit it's a bug. The single column
approach does not always work. My example below (all in column C) is proof
of that. Fortunately, I can live with this one.

Thanks, Nick!
D

"NickHK" wrote in message
...
Dean,
Going the single-column-at-a-time route should suit you or see:
http://www.support.microsoft.com/?sc...d=1759&sid=567.
Whilst this article states "This problem..." there is no acknowledgement
of
it being a bug and as this has been the situation since Excel '97, I guess
it is "by design".

NickHK

"Dean" wrote in message
...
Yes, I did a little research and nobody seems to know why EXCEL has

trouble
but everyone seems to agree that it does! I found that I could copy (edit
paste special values) cell C1 thru C4 (no merges), then C5 thru C6 (this

had
a merge in cells C5 and C6) successfully, but not the entire C1 to C7

block.
Very strange. I think the error message is misleading.

I basically am just highlighting the source sheets, temporarily removing

all
the merges (without resaving), then copying that into the destination

sheet.
Luckily, the destination sheets (from which I've permanently removed all
merges) are behind the scenes so they don't have to look pretty.

Thanks!
Dean

"NickHK" wrote in message
...
Dean,
Even if the cells are merged the same, Excel seems not able to
PasteSpecial
between if the range is more than a single column.
So either pastespecial a column at a time or don't use merged cells.
Maybe some else knows why this should be so ?

NickHK

"Dean" wrote in message
...
I am trying to copy and edit paste special from one worksheet in one

file
to
a similar worksheet in another file.I am getting the following error
message:

The operation requires merged cells to be identically sized.

I cannot find any merged cells in different places between the two

sheets.
I also tried to paint the format of one sheet onto the second sheet

first.
But it did not help.

What does this message really mean?

Thanks!
Dean








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 paste non merged to merged cells [email protected] Excel Worksheet Functions 1 February 5th 09 05:25 PM
How can I sort an Excel Doc containing merged & non-merged cells? KellyH Excel Discussion (Misc queries) 11 June 10th 08 04:12 AM
Autofit Merged cell Code is changing the format of my merged cells JB Excel Discussion (Misc queries) 0 August 20th 07 02:12 PM
how do i link merged cells to a merged cell in another worksheet. ibbm Excel Worksheet Functions 3 April 27th 06 11:40 PM
Sorting merged cellsHow do I sort merged cells not identically siz Laval Excel Worksheet Functions 1 November 3rd 04 09:40 PM


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