All,
I have a workbook which I am using to track a large number of deals. Column G in the Tracking Report provides a "Deal Status". I was hoping someone could help me with the VBA code to do the following:
1) go to the last active row in Column G on the Tracking Report worksheet
2) Begin Looping through the rows and identifying if Column G has the Deal Status as "Dead"
3) If the Deal Status is "Dead" Cut the entire row and move it to the "Dead Deals" sheet
4) If the status is anything but "Dead" leave it alone and move on to the next one
Any help would be greatly appreciated!
I have a workbook which I am using to track a large number of deals. Column G in the Tracking Report provides a "Deal Status". I was hoping someone could help me with the VBA code to do the following:
1) go to the last active row in Column G on the Tracking Report worksheet
2) Begin Looping through the rows and identifying if Column G has the Deal Status as "Dead"
3) If the Deal Status is "Dead" Cut the entire row and move it to the "Dead Deals" sheet
4) If the status is anything but "Dead" leave it alone and move on to the next one
Any help would be greatly appreciated!