Guys,
I am having trouble with a date function.
Currently I am using:
If Day(Date) + 7 < 8 then
code code code
else
code code code
As I write this post on the 25th of November, the number coming back is equal to 32.
How do I tell it to remain in "month ranges"
What I need is for the function to recognize that 7 days from now would be the first of November so that it returns a "1"
Thanks in advance!
I am having trouble with a date function.
Currently I am using:
If Day(Date) + 7 < 8 then
code code code
else
code code code
As I write this post on the 25th of November, the number coming back is equal to 32.
How do I tell it to remain in "month ranges"
What I need is for the function to recognize that 7 days from now would be the first of November so that it returns a "1"
Thanks in advance!