View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Edgar[_3_] Edgar[_3_] is offline
external usenet poster
 
Posts: 40
Default Changing copy to Cut

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