I have a process in place that saves an excel file as a csv but I need the csv to preserve the trailing zero on the postingperiod column.
When the csv is created, it is removing the trailing zero from "2022.10" resulting in "2022.1", is there some vba code out there that can force the trailing zero to remain intact? I have tried various things with no luck.
Thanks
When the csv is created, it is removing the trailing zero from "2022.10" resulting in "2022.1", is there some vba code out there that can force the trailing zero to remain intact? I have tried various things with no luck.
Thanks