Forum Moderators: open
CURRENT_MONTH = Month(Date())
Thanks, Kevin
CURRENT_MONTH = Month(Date()) NEXT_MONTH = Month(Date())+ 1
Thanks!