S
Stitch45
I receive weekly excel files where the Date of Birth is shown as 01-Jan-26
for example, but when formatted to dd/mm/yyyy the data actually shows the
year as 2026. Can someone help with a VBA script that I can add to my
macro to correct these years to 1900s.
If activecell.value > Year(Now) then
activecell.value = ???
Any help/other suggestions appreciated
thanks
for example, but when formatted to dd/mm/yyyy the data actually shows the
year as 2026. Can someone help with a VBA script that I can add to my
macro to correct these years to 1900s.
If activecell.value > Year(Now) then
activecell.value = ???
Any help/other suggestions appreciated
thanks