I can not find a way to convert the result of:
PDia = DateDiff("y", "1/1/" & Year(SeleFecha1), SeleFecha1)
Where
SeleFecha1 = 2/1/2018
PDia = 31
Now, I want to subtract 5 to Pdia and convert it back to a Date.
Does anyone know how to do it following this method?