Hi,

A way how to detect the today:

vb Code:
  1. If Date.Today = "25 / 12 " Then
  2.             MsgBox("It's Christmas")
  3.         Else
  4.             MsgBox("It's not christmas")
  5.         End If