Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Date today -1 year

Hi experts

Is there an expression that will put me the current date -1 year into a variable?

Thank you for your help!

Jan

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Let vLastYear = Date(AddYears(Today(),-1))

View solution in original post

2 Replies
MK_QSL
MVP
MVP

Let vLastYear = Date(AddYears(Today(),-1))

Not applicable
Author

Thank you!