Thread: cut in macro
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Arne Hegefors Arne Hegefors is offline
external usenet poster
 
Posts: 244
Default cut in macro

In my macro I try to move a certain range. The macro manages to select the
range but then when I try to cut the range and then paste it elsewhere the
code just fails. The code is:

qcRange.Select
Selection.Cut
Range("c10").Select
ActiveSheet.Paste

The range qcRange is accurate and as I said it gets selected. What is wrong
with the rest of the code? Please any help is very much appreciated!! Thanks!