PC Review


Reply
Thread Tools Rate Thread

Copy...Destination question

 
 
Damien McBain
Guest
Posts: n/a
 
      15th Mar 2007
I'm using:

blah.Copy Destination:= etc

Is there a way I can copy the values only and not the formatting? The VBA
help is not forthcoming.

TIA

Damo
 
Reply With Quote
 
 
 
 
NickHK
Guest
Posts: n/a
 
      15th Mar 2007
You will need a .Copy then a .PasteSpecial.

Or:
Range("B1").Value=Range("A1").Value

NickHK

"Damien McBain" <(E-Mail Removed)> wrote in message
news6q9ejbkeevb.15k1udu8uaqbl$.(E-Mail Removed)...
> I'm using:
>
> blah.Copy Destination:= etc
>
> Is there a way I can copy the values only and not the formatting? The VBA
> help is not forthcoming.
>
> TIA
>
> Damo



 
Reply With Quote
 
Damien McBain
Guest
Posts: n/a
 
      15th Mar 2007
NickHK wrote:

> You will need a .Copy then a .PasteSpecial.
>
> Or:
> Range("B1").Value=Range("A1").Value
>


Thanks Nick, I am trying to avoid using the clipboard. I should be able to
make "a.value = b.value work".

cheers

Damien
 
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 Destination Charles Microsoft Excel Programming 5 16th Feb 2010 06:50 PM
copy value only...Copy Destination:=Cells(3, 2) Fan924 Microsoft Excel Programming 3 11th Dec 2009 09:44 PM
Copy destination Francis Hookham Microsoft Excel Programming 4 17th Apr 2007 02:02 PM
Outlook 2003 Copy & Paste Strangeness - Destination Must be Open Prior to Copy antony01@theUpwards.net Microsoft Outlook 0 14th Mar 2007 05:34 AM
Outlook 2003 Copy & Paste Strangeness - Destination Must be Open Prior to Copy antony01@theUpwards.net Microsoft Outlook Discussion 0 14th Mar 2007 05:23 AM


Features
 

Advertising
 

Newsgroups
 


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