PC Review


Reply
Thread Tools Rate Thread

Copy Merged Cells to Single Cells ??

 
 
Al Franz
Guest
Posts: n/a
 
      22nd Apr 2007
Have seen other posts on this and seems odd their is no solution. Have a
column of cells where each cell is a few merged cells. Want to copy and
paste these merged cells contents to other cells that are not merged but
always get an error : "Can't change part of a merged cell".

Isn't there a way to cut and paste where the merged cells contents are
treated as a single cells contents? Certain SPECIAL PASTE features?


 
Reply With Quote
 
 
 
 
=?Utf-8?B?TWlrZQ==?=
Guest
Posts: n/a
 
      22nd Apr 2007
Try Paste Special Then
Paste Values

"Al Franz" wrote:

> Have seen other posts on this and seems odd their is no solution. Have a
> column of cells where each cell is a few merged cells. Want to copy and
> paste these merged cells contents to other cells that are not merged but
> always get an error : "Can't change part of a merged cell".
>
> Isn't there a way to cut and paste where the merged cells contents are
> treated as a single cells contents? Certain SPECIAL PASTE features?
>
>
>

 
Reply With Quote
 
=?Utf-8?B?a2Fzc2ll?=
Guest
Posts: n/a
 
      22nd Apr 2007
Maybe I'm confused, but I have only received this message if I am trying to
paste to a merged cell? In other words, when the destination contains a
merged cell, and pasting would result in the merged cells being changed?
Pasting a merged cell to another area does not generate an error. If you
simply paste, it pastes as a merged range. If you paste special, and then
paste values, it only pastes the value - in one cell - as it should?
--
Hth

Kassie Kasselman
Change xxx to hotmail


"Al Franz" wrote:

> Have seen other posts on this and seems odd their is no solution. Have a
> column of cells where each cell is a few merged cells. Want to copy and
> paste these merged cells contents to other cells that are not merged but
> always get an error : "Can't change part of a merged cell".
>
> Isn't there a way to cut and paste where the merged cells contents are
> treated as a single cells contents? Certain SPECIAL PASTE features?
>
>
>

 
Reply With Quote
 
Mike Fogleman
Guest
Posts: n/a
 
      22nd Apr 2007
With VBA it is

Sub CopyMerged()
'A1, B1 & C1 are merged
Range("A1").Copy Range("E1")
End Sub

Seems to work for me.
Mike F

"Al Franz" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Have seen other posts on this and seems odd their is no solution. Have a
> column of cells where each cell is a few merged cells. Want to copy and
> paste these merged cells contents to other cells that are not merged but
> always get an error : "Can't change part of a merged cell".
>
> Isn't there a way to cut and paste where the merged cells contents are
> treated as a single cells contents? Certain SPECIAL PASTE features?
>



 
Reply With Quote
 
Al Franz
Guest
Posts: n/a
 
      22nd Apr 2007
Get the error that "This operation requires the merged cells to be
identically sized."

"Mike" <(E-Mail Removed)> wrote in message
news:98554A3A-C205-44CF-BD63-(E-Mail Removed)...
> Try Paste Special Then
> Paste Values
>
> "Al Franz" wrote:
>
>> Have seen other posts on this and seems odd their is no solution. Have a
>> column of cells where each cell is a few merged cells. Want to copy and
>> paste these merged cells contents to other cells that are not merged but
>> always get an error : "Can't change part of a merged cell".
>>
>> Isn't there a way to cut and paste where the merged cells contents are
>> treated as a single cells contents? Certain SPECIAL PASTE features?
>>
>>
>>



 
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
Copy paste non merged to merged cells jamalhakem@gmail.com Microsoft Excel Worksheet Functions 1 5th Feb 2009 05:25 PM
RE: Copy Visible Cells in Sheet with Merged and Hidden Cells FSt1 Microsoft Excel Misc 1 2nd Oct 2008 12:51 AM
How to copy data from merged cells to their individual cells? Saleem Microsoft Excel Programming 2 23rd Sep 2008 06:19 PM
copy a column of single cells into a column of merged cells clairejane_99@hotmail.com Microsoft Excel Discussion 3 17th Aug 2006 02:27 PM
How to copy single cell into cell that is merged from two cells? =?Utf-8?B?Um9k?= Microsoft Excel Misc 3 22nd Jan 2006 09:24 PM


Features
 

Advertising
 

Newsgroups
 


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