Hey all,
How can I get this line of code to work?
Thanks
How can I get this line of code to work?
Code:
If Range("Z" & k).Value = "CLOSED" And .Range("AJ" & k).Value - CDate(DataMonth) < 30 And .Range("AJ" & k).Value - CDate(DataMonth) > 0 Then .Range("AJ" & k).Cut Destination:=Sheets("Ready for Submission").Range("F" & k).End(xlUp).Offset(1)
Thanks