Thread
: [Solved]
Date Format for days 01-12 are americanized
View Single Post
09-07-2015, 06:49 PM
jcrennan
Windows 7 64bit
Office 2010 64bit
Novice
Join Date: Sep 2015
Posts: 5
Thanks
Quote:
Originally Posted by
NoSparks
see if either of these work
Code:
.Cells(lRow, 1).Value = Format(Me.pDate.Value, "Short Date") .Cells(lRow, 1).Value = Me.pDate.Text
I tried these but no luck
jcrennan
View Public Profile
Find all posts by jcrennan