Here is the zipped folder buddy
eelin.zip (2.9 KB)
Kindly let know whether this works or not
Cheers
Hi @Palaniyappan : I am trying to assign a static date in datetime variable like below:
DatVar = 02/07/2018 Then, I want to compare this in my IF condition like this:
IF row(“My_Date_Column_Name”) >= DatVar Then MsgBox
My_Date_Column Format is dd/MM/YYYY