View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Changing copy to Cut

Hi
try
rng2.Cut Destination:=Worksheets("Exceptions_Report").Range ("A8")


--
Regards
Frank Kabel
Frankfurt, Germany

"Edgar" schrieb im Newsbeitrag
...
Hi

How could i change the following line so that it cuts the
range instead of copying it?

rng2.Copy Destination:=Worksheets
("Exceptions_Report").Range("A8")

TIA