I\'m trying to solve such problem: In macro, that I\'m using, one of the parts is to retrieve date month (in full naming), currently is used :
LastMonth =
Just use [$-409] to force English number format.
.NumberFormat = "[$-409]mmmm yy"
gives an output like e.g. "December 19".
.NumberFormat = "[$-409]mmm yy"
gives an output like e.g. "Dec 19".