Hello,
I can't find a way to modify this date and time format: 03/01@0116
In two cells date and time
Thank you so much,
Mauri
p.s. I couldn't find any other thread about this
Range("[COLOR="#FF0000"][/COLOR][COLOR="#FF0000"]Where you want date cell to be[/COLOR]").Value = Format(Range("[COLOR="#FF0000"][/COLOR][COLOR="#FF0000"]Where is your data[/COLOR]"), "dd/mm")
Range("[COLOR="#FF0000"]Where you want time cell to be[/COLOR]").Value = Format(Range("[COLOR="#FF0000"]Where is your data[/COLOR]"), "HH:nn")
p.s. I couldn't find any other thread about this