PC Review


Reply
Thread Tools Rate Thread

Copy Paste Special not Working

 
 
John
Guest
Posts: n/a
 
      23rd Sep 2004
I am trying to Copy-Paste Special Value from one Workbook in to another, but
its coming up with the following Error "This operation requires the merged
cells to be identically sized"

I'm assuming that it is because I have headings centred across columns. How
can I get around this if I do want these headings Centred and formatted like
the source workbook? I have been Copying-Pasting and then Copying-Paste
Special values to remove the links but this is causing a #Value! Reference
error

Thanks



 
Reply With Quote
 
 
 
 
Don Guillett
Guest
Posts: n/a
 
      23rd Sep 2004
I would suggest you unmerge and use "center across" instead. You can add a
custom button to your toolbar.

--
Don Guillett
SalesAid Software
(E-Mail Removed)
"John" <(E-Mail Removed)> wrote in message
news:Y3C4d.31851$(E-Mail Removed)...
> I am trying to Copy-Paste Special Value from one Workbook in to another,

but
> its coming up with the following Error "This operation requires the merged
> cells to be identically sized"
>
> I'm assuming that it is because I have headings centred across columns.

How
> can I get around this if I do want these headings Centred and formatted

like
> the source workbook? I have been Copying-Pasting and then Copying-Paste
> Special values to remove the links but this is causing a #Value! Reference
> error
>
> Thanks
>
>
>



 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      24th Sep 2004
You could do it one cell at a time. But copy from the formulabar and paste to
the formulabar. By pasting to the formulabar, it'll be treated just like typing
in the value.

John wrote:
>
> I am trying to Copy-Paste Special Value from one Workbook in to another, but
> its coming up with the following Error "This operation requires the merged
> cells to be identically sized"
>
> I'm assuming that it is because I have headings centred across columns. How
> can I get around this if I do want these headings Centred and formatted like
> the source workbook? I have been Copying-Pasting and then Copying-Paste
> Special values to remove the links but this is causing a #Value! Reference
> error
>
> Thanks


--

Dave Peterson
(E-Mail Removed)
 
Reply With Quote
 
John
Guest
Posts: n/a
 
      24th Sep 2004
Don, how do you 'centre across' two columns? I thought that was Merge and
Centre? (which is what I have)


"Don Guillett" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I would suggest you unmerge and use "center across" instead. You can add a
> custom button to your toolbar.
>
> --
> Don Guillett
> SalesAid Software
> (E-Mail Removed)
> "John" <(E-Mail Removed)> wrote in message
> news:Y3C4d.31851$(E-Mail Removed)...
> > I am trying to Copy-Paste Special Value from one Workbook in to another,

> but
> > its coming up with the following Error "This operation requires the

merged
> > cells to be identically sized"
> >
> > I'm assuming that it is because I have headings centred across columns.

> How
> > can I get around this if I do want these headings Centred and formatted

> like
> > the source workbook? I have been Copying-Pasting and then Copying-Paste
> > Special values to remove the links but this is causing a #Value!

Reference
> > error
> >
> > Thanks
> >
> >
> >

>
>



 
Reply With Quote
 
Don Guillett
Guest
Posts: n/a
 
      24th Sep 2004
format>alingment>text alingment>center across.
I have a macro assigned to a button on my toolbar
Sub CenterAcross()
Selection.HorizontalAlignment = xlCenterAcrossSelection
End Sub
--
Don Guillett
SalesAid Software
(E-Mail Removed)
"John" <(E-Mail Removed)> wrote in message
news:4LQ4d.31906$(E-Mail Removed)...
> Don, how do you 'centre across' two columns? I thought that was Merge and
> Centre? (which is what I have)
>
>
> "Don Guillett" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I would suggest you unmerge and use "center across" instead. You can add

a
> > custom button to your toolbar.
> >
> > --
> > Don Guillett
> > SalesAid Software
> > (E-Mail Removed)
> > "John" <(E-Mail Removed)> wrote in message
> > news:Y3C4d.31851$(E-Mail Removed)...
> > > I am trying to Copy-Paste Special Value from one Workbook in to

another,
> > but
> > > its coming up with the following Error "This operation requires the

> merged
> > > cells to be identically sized"
> > >
> > > I'm assuming that it is because I have headings centred across

columns.
> > How
> > > can I get around this if I do want these headings Centred and

formatted
> > like
> > > the source workbook? I have been Copying-Pasting and then

Copying-Paste
> > > Special values to remove the links but this is causing a #Value!

> Reference
> > > error
> > >
> > > Thanks
> > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
John
Guest
Posts: n/a
 
      24th Sep 2004
Thanks Don

"Don Guillett" <(E-Mail Removed)> wrote in message
news:Oh%23O%(E-Mail Removed)...
> format>alingment>text alingment>center across.
> I have a macro assigned to a button on my toolbar
> Sub CenterAcross()
> Selection.HorizontalAlignment = xlCenterAcrossSelection
> End Sub
> --
> Don Guillett
> SalesAid Software
> (E-Mail Removed)
> "John" <(E-Mail Removed)> wrote in message
> news:4LQ4d.31906$(E-Mail Removed)...
> > Don, how do you 'centre across' two columns? I thought that was Merge

and
> > Centre? (which is what I have)
> >
> >
> > "Don Guillett" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > I would suggest you unmerge and use "center across" instead. You can

add
> a
> > > custom button to your toolbar.
> > >
> > > --
> > > Don Guillett
> > > SalesAid Software
> > > (E-Mail Removed)
> > > "John" <(E-Mail Removed)> wrote in message
> > > news:Y3C4d.31851$(E-Mail Removed)...
> > > > I am trying to Copy-Paste Special Value from one Workbook in to

> another,
> > > but
> > > > its coming up with the following Error "This operation requires the

> > merged
> > > > cells to be identically sized"
> > > >
> > > > I'm assuming that it is because I have headings centred across

> columns.
> > > How
> > > > can I get around this if I do want these headings Centred and

> formatted
> > > like
> > > > the source workbook? I have been Copying-Pasting and then

> Copying-Paste
> > > > Special values to remove the links but this is causing a #Value!

> > Reference
> > > > error
> > > >
> > > > Thanks
> > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Don Guillett
Guest
Posts: n/a
 
      25th Sep 2004
glad to help

--
Don Guillett
SalesAid Software
(E-Mail Removed)
"John" <(E-Mail Removed)> wrote in message
news:ihW4d.31940$(E-Mail Removed)...
> Thanks Don
>
> "Don Guillett" <(E-Mail Removed)> wrote in message
> news:Oh%23O%(E-Mail Removed)...
> > format>alingment>text alingment>center across.
> > I have a macro assigned to a button on my toolbar
> > Sub CenterAcross()
> > Selection.HorizontalAlignment = xlCenterAcrossSelection
> > End Sub
> > --
> > Don Guillett
> > SalesAid Software
> > (E-Mail Removed)
> > "John" <(E-Mail Removed)> wrote in message
> > news:4LQ4d.31906$(E-Mail Removed)...
> > > Don, how do you 'centre across' two columns? I thought that was Merge

> and
> > > Centre? (which is what I have)
> > >
> > >
> > > "Don Guillett" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > I would suggest you unmerge and use "center across" instead. You can

> add
> > a
> > > > custom button to your toolbar.
> > > >
> > > > --
> > > > Don Guillett
> > > > SalesAid Software
> > > > (E-Mail Removed)
> > > > "John" <(E-Mail Removed)> wrote in message
> > > > news:Y3C4d.31851$(E-Mail Removed)...
> > > > > I am trying to Copy-Paste Special Value from one Workbook in to

> > another,
> > > > but
> > > > > its coming up with the following Error "This operation requires

the
> > > merged
> > > > > cells to be identically sized"
> > > > >
> > > > > I'm assuming that it is because I have headings centred across

> > columns.
> > > > How
> > > > > can I get around this if I do want these headings Centred and

> > formatted
> > > > like
> > > > > the source workbook? I have been Copying-Pasting and then

> > Copying-Paste
> > > > > Special values to remove the links but this is causing a #Value!
> > > Reference
> > > > > error
> > > > >
> > > > > Thanks
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
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
Special Copy, Paste Special macro usmc-r70 Microsoft Excel Programming 3 2nd Jul 2009 08:12 AM
Cut, Copy, Paste, and Paste Special not working =?Utf-8?B?RWR1YXJkbw==?= Microsoft Excel Crashes 2 27th Oct 2005 08:01 PM
Copy and paste special, values not working mcarley Microsoft Excel Programming 4 31st Mar 2005 01:41 AM
Copy paste Special...not Working Warura Microsoft Excel Misc 1 2nd Nov 2004 07:19 PM
Dynamic Copy/Paste Special Formulas/Paste Special Values Sharon Perez Microsoft Excel Programming 3 7th Aug 2004 09:49 PM


Features
 

Advertising
 

Newsgroups
 


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