S
Stefi
Hi All,
I wanted to get the Hungarian name of months in VBA in my Hungarian version
with the following statement:
monthname = WorksheetFunction.Text(DateSerial(1900, monthnum, 1), "mmmm")
It returned the English month names.
My Windows language setting is right (Hungarian),
=Szöveg(Dátum(1900; monthnum; 1); "hhhh")
which is Hungarian translation of
=Text(Date(1900, monthnum, 1), "mmmm")
in my Excel 2000 returns the right Hungarian month names.
How can I get Hungarian month names in VBA?
Thanks,
Stefi
I wanted to get the Hungarian name of months in VBA in my Hungarian version
with the following statement:
monthname = WorksheetFunction.Text(DateSerial(1900, monthnum, 1), "mmmm")
It returned the English month names.
My Windows language setting is right (Hungarian),
=Szöveg(Dátum(1900; monthnum; 1); "hhhh")
which is Hungarian translation of
=Text(Date(1900, monthnum, 1), "mmmm")
in my Excel 2000 returns the right Hungarian month names.
How can I get Hungarian month names in VBA?
Thanks,
Stefi