Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,092
Default Selection.Copy Destination:=

Can this be done and preserve the formatting of the Destination range?

Selection.Copy Destination:= PasteSpecial Paste:=xlValues
=Sheets("Sheet1").Range("A3")


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default Selection.Copy Destination:=

try
Selection.Copy
Sheets("Sheet1").Range("A3").pastespecial paste:=xlvalues

--
Don Guillett
SalesAid Software

"Mike Fogleman" wrote in message
...
Can this be done and preserve the formatting of the Destination range?

Selection.Copy Destination:= PasteSpecial Paste:=xlValues
=Sheets("Sheet1").Range("A3")




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,092
Default Selection.Copy Destination:=

There is no other way to keep it out of the clipboard and preserve
formatting? I am trying to keep my code out of the clipboard for cleaner,
quicker execution.
Mike
"Don Guillett" wrote in message
...
try
Selection.Copy
Sheets("Sheet1").Range("A3").pastespecial paste:=xlvalues

--
Don Guillett
SalesAid Software

"Mike Fogleman" wrote in message
...
Can this be done and preserve the formatting of the Destination range?

Selection.Copy Destination:= PasteSpecial Paste:=xlValues
=Sheets("Sheet1").Range("A3")






  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,092
Default Selection.Copy Destination:=

Never mind, I had a brain fart... Range1.value=Range2.value
Duh
Mike
"Mike Fogleman" wrote in message
...
There is no other way to keep it out of the clipboard and preserve
formatting? I am trying to keep my code out of the clipboard for cleaner,
quicker execution.
Mike
"Don Guillett" wrote in message
...
try
Selection.Copy
Sheets("Sheet1").Range("A3").pastespecial paste:=xlvalues

--
Don Guillett
SalesAid Software

"Mike Fogleman" wrote in message
...
Can this be done and preserve the formatting of the Destination range?

Selection.Copy Destination:= PasteSpecial Paste:=xlValues
=Sheets("Sheet1").Range("A3")








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
Search files and copy with destination on file ajtessy Excel Discussion (Misc queries) 0 March 9th 10 01:23 AM
Range.Copy [Destination] should not use clipboard Ming[_2_] Excel Discussion (Misc queries) 0 October 1st 09 11:13 PM
Using copy and destination formatting Jeff S.[_2_] Excel Discussion (Misc queries) 6 August 18th 09 11:24 AM
Copy Selection - Transpose Selection - Delete Selection Uninvisible Excel Discussion (Misc queries) 2 October 23rd 07 04:18 PM
VBA .copy destination jerredjohnson Excel Discussion (Misc queries) 2 July 18th 06 11:18 PM


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