F
fam.hougaard
I'm using af danish version of Windows XP and Word 2003 and of course
have the dateformat in the danish format like : "27. januar 2009" I
use Today = FormatDateTime(Date, 1) in VBA to retrieve the current
date.
I would like to be able to change this to the english format "27
January, 2009" using VBA in Word. I have tried Today = Format(Date,
"dd mmmm, yyyy") but the months is of course still in danish "Januar".
Is it possible to change it to "January" using VBA?
I know i can change the dateformat in the control panel, regional
settings but thats not the solution.
have the dateformat in the danish format like : "27. januar 2009" I
use Today = FormatDateTime(Date, 1) in VBA to retrieve the current
date.
I would like to be able to change this to the english format "27
January, 2009" using VBA in Word. I have tried Today = Format(Date,
"dd mmmm, yyyy") but the months is of course still in danish "Januar".
Is it possible to change it to "January" using VBA?
I know i can change the dateformat in the control panel, regional
settings but thats not the solution.