Untitled
Anonymous
plain_text
11/27/2024 8:02 PM
312 B
21
Indexable
' Apply date format to columns B, M, and N
With SourceWorkbook.Sheets(1)
.Columns("B").NumberFormat = "m/d/yyyy"
.Columns("M").NumberFormat = "m/d/yyyy"
.Columns("N").NumberFormat = "m/d/yyyy"
End WithEditor is loading...
Leave a Comment