Variable Help SetUp - NEED HELP ASAP!

Hi @Geek,

Set the variable Month as an integer and try the following code:
Month = Integer.Parse(DateTime.Now.Month.ToString("00"))

Then do the comparison like this:
Month > 3 And Month < 7

1 Like