Hello,
I have a small problem with a part of the code I made and I need some help.
So, I have a code that exports a sheet as PDF. The following line is part of this code (it simply writes Production and today date in header):
Today, a colleague of mine used the entire macro in order to export a pdf, but instead of "Production 24.03.2021", the pdf was exported with "Production 23.03.2021" in header.
Any idea why something like this happened? Do I need to change something with this part of the code Format(Date, "dd.mm.yyyy")?
Thank you.
Bookmarks