Can anyone suggest pls how to determine the following rule in macro:
If Range ("A1").Value = first date of any month (ex. 1st of July, 1st of August etc.) Then
Range("B2:C7").Select
Selection.Copy
Range("J2:K7").Select
ActiveSheet.Paste
I'm interested in determining the first date of any month, can I do it this way?
If Range ("A1").Value = first date of any month (ex. 1st of July, 1st of August etc.) Then
Range("B2:C7").Select
Selection.Copy
Range("J2:K7").Select
ActiveSheet.Paste
I'm interested in determining the first date of any month, can I do it this way?