View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
P T Pi P T Pi is offline
external usenet poster
 
Posts: 4
Default move from sheet1 to sheet2 if criteria is met

I need VBA code that will move a row of data from Sheet1 to Sheet2 based on a
match to criteria. The criteria cell currently has the following formula in
it:
=IF(P11=1000,500,P11)
If this formula is true the procedure must remove the row from Sheet1 and
plac it in the next available row on Sheet2.
The procedure must loop until there is no more data matching the criteria on
sheet1.
I really need this help ASAP.