View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mary[_6_] Mary[_6_] is offline
external usenet poster
 
Posts: 8
Default How do I cut instead of copy?

Hi

I am using some code to try and extract rows from one
spreadsheet based on the value in a particular column
matching that in another.

The code i have at the moment will copy the row but not
cut it also if there are 3 rows in my column matching the
criteria it wont copy all three it will just take one.

Do you know where the code is missing?

Mary