Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Using a PasteSpecial within a Destination:= line

Hey, is it possible to use a PasteSpecial within a Destination:= line?
For example, could this work somehow?

rng.EntireRow.Cut Destination:=Sheets("DO NOT USE").Range("A" &
Sheets("DO NOT USE").Rows.Count).End(xlUp).Offset(1, 0).PasteSpecial
Paste:=xlFormats

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default Using a PasteSpecial within a Destination:= line

The simple answer is no...
--
HTH...

Jim Thomlinson


"drdavidge" wrote:

Hey, is it possible to use a PasteSpecial within a Destination:= line?
For example, could this work somehow?

rng.EntireRow.Cut Destination:=Sheets("DO NOT USE").Range("A" &
Sheets("DO NOT USE").Rows.Count).End(xlUp).Offset(1, 0).PasteSpecial
Paste:=xlFormats


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Using a PasteSpecial within a Destination:= line

is there something equivilant that will work also?

Jim Thomlinson wrote:
The simple answer is no...
--
HTH...

Jim Thomlinson


"drdavidge" wrote:

Hey, is it possible to use a PasteSpecial within a Destination:= line?
For example, could this work somehow?

rng.EntireRow.Cut Destination:=Sheets("DO NOT USE").Range("A" &
Sheets("DO NOT USE").Rows.Count).End(xlUp).Offset(1, 0).PasteSpecial
Paste:=xlFormats



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
updating destination when I add a line to my source workbook mygrandmashousecat Excel Worksheet Functions 1 May 22nd 07 08:00 PM
Using a PasteSpecial within a Destination:= line drdavidge Excel Worksheet Functions 0 July 13th 06 07:06 PM
faulty PasteSpecial line?? [email protected] Excel Programming 6 October 24th 05 05:11 AM
How to use Object.Copy(Destination) method PasteSpecial(xlPasteVal RAP Excel Programming 1 August 16th 05 03:58 PM
.Copy Destination:= .PasteSpecial ??? myBasic[_2_] Excel Programming 2 November 12th 04 10:11 AM


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