Forum Discussion

ky_fung's avatar
ky_fung
Copper Contributor
Aug 09, 2022

Format of Date displaced in Excel cell

I want to store the current date in day/month/year format for later use with the code below:   Sub ShowDate()   Dim myDate As String myDate = Format(Now, "DD/MM/YYYY") ThisWorkbook.Sheets(1).Ra...