Hi!
I am currently trying to figure out a VBA code (I’m not super familiar, but can grasp concept with little experience I have):
The coding is for a training tracking sheet.
I have a date in one cell, that will get over-written each year with the new training date.
the next cell over, Calculates the expiry date.. Which is the 1st of the next month, in the next year. However, if the training is completed within 90 days of the original expiry date, then the original expiry date stays the same, but adds a year only.
Is there anyone willing to help me create a VBA code for this? It seemed like it should be an easy fix, but I just can’t wrap my head around it.
Example; if training was done on February 4, 2020.. the expiry would be March 1, 2021 BUT if the training was completed January 2, 2021... the expiry would then stay at March 1, 2022 (just add a year)
thanks in advance, I’ve been stuck on this for a week now and I’m really hoping It’ll help my workload once Its done
I am currently trying to figure out a VBA code (I’m not super familiar, but can grasp concept with little experience I have):
The coding is for a training tracking sheet.
I have a date in one cell, that will get over-written each year with the new training date.
the next cell over, Calculates the expiry date.. Which is the 1st of the next month, in the next year. However, if the training is completed within 90 days of the original expiry date, then the original expiry date stays the same, but adds a year only.
Is there anyone willing to help me create a VBA code for this? It seemed like it should be an easy fix, but I just can’t wrap my head around it.
Example; if training was done on February 4, 2020.. the expiry would be March 1, 2021 BUT if the training was completed January 2, 2021... the expiry would then stay at March 1, 2022 (just add a year)
thanks in advance, I’ve been stuck on this for a week now and I’m really hoping It’ll help my workload once Its done