View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
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