Private Sub Workbook_Open()
timeTRY
End Sub
Sub Macro1()
Range("B3").Select
ActiveCell.FormulaR1C1 = _
"=IF(AND(RC[-1]>R[1]C[-1],RC[-1].....<R[1]C[-1]),""Y"",""N"")"< p> Range("B2").Select
End Sub
ADVERTISEMENT
And cell A1 has a date in it as well as a time, yes?Yes for now i am manually running it but latter it will as above.
Hi, Possibly !!
MickCode:If Date = "My Date" Then Application.OnTime TimeValue("17:00:00"), "my_Procedure" End If
And cell A1 has a date in it as well as a time, yes?