M
Mr. Clean
I have this code:
If ((DateValue(TB)) >= Now()) And _
((DateValue(TB) + 365) <= ((Now()) + 365)) Then
If ((DateValue(TB)) >= Now()) And _
((DateValue(TB) + 365) <= ((Now()) + 365)) Then
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
= will never work for today's date.
I have this code:
If ((DateValue(TB)) >= Now()) And _
((DateValue(TB) + 365) <= ((Now()) + 365)) Then
.
.
End If
And it isn't getting me only the values of TB that are within one year
of today's date. What do I need to change to get that?

I didn't take offense to your reply at all.No criticism intended, John
Including me...and maybe I'll remember it the next time <g>Just added a little info for our regular readers![]()
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.