Dear all,
I have a question about the date format in a tool I made.
Some users use the Dutch format: dd-mm-jjjj uu:mm, and others the UK format dd/mm/yyyy hh:mm.
For the output of this tool I transform the data to a text format =text(E6;dd/mm/jjjj uu:mm) because the upload doesn't pick up the excel date format.
When I use the tool, everything works fine but when my colleague is running the tool(vba) the data is displayed as for example: 09/10/jjjj uu:10.
Is there an easy solution to let the tool work for everybody who uses to tool, whatever the date format is he or she uses and the date format is displayed als an text format.
VBA or just worksheet function can both be used.
Hope someone understands the issue and can help me fix it
Regards,
Mokskie
I have a question about the date format in a tool I made.
Some users use the Dutch format: dd-mm-jjjj uu:mm, and others the UK format dd/mm/yyyy hh:mm.
For the output of this tool I transform the data to a text format =text(E6;dd/mm/jjjj uu:mm) because the upload doesn't pick up the excel date format.
When I use the tool, everything works fine but when my colleague is running the tool(vba) the data is displayed as for example: 09/10/jjjj uu:10.
Is there an easy solution to let the tool work for everybody who uses to tool, whatever the date format is he or she uses and the date format is displayed als an text format.
VBA or just worksheet function can both be used.
Hope someone understands the issue and can help me fix it
Regards,
Mokskie