ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Using a PasteSpecial within a Destination:= line (https://www.excelbanter.com/excel-programming/367136-using-pastespecial-within-destination-%3D-line.html)

drdavidge

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


Jim Thomlinson

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



drdavidge

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





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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com