Date Formatting Bug

G

Guest

Hi

The problem is regarding populating a cell with a date, from a textbox in a user form. I find that when populating dates (from a user form into a cell in Excel), the date format reverts to the American style e.g. mm/dd/yy. This occurs even when I specify date format as dd/mm/yy in the code AND on the spreadsheet. I have done a number of tests and found the problem to arises when the dd is 01, 02, 03.... up to 12. Therefore if the dd is up to 12, it reverts to the American format as it thinks it's a month. If the dd is 13 and over, it recognises that it can't be American and formats correctly to dd/mm/yy

Being in Australia DD/MM/YY is the preferred date format

Any suggestions why this may be happening and what could be done to fix it would be greatly appreciated.
 
N

Nigel

Try this link to reveal how Excel deals with dates, the userform issue is a
known feature(!) -

http://www.cpearson.com/excel/datetime.htm

Cheers
Nigel

UberSchnell said:
Hi,

The problem is regarding populating a cell with a date, from a textbox in
a user form. I find that when populating dates (from a user form into a cell
in Excel), the date format reverts to the American style e.g. mm/dd/yy. This
occurs even when I specify date format as dd/mm/yy in the code AND on the
spreadsheet. I have done a number of tests and found the problem to arises
when the dd is 01, 02, 03.... up to 12. Therefore if the dd is up to 12, it
reverts to the American format as it thinks it's a month. If the dd is 13
and over, it recognises that it can't be American and formats correctly to
dd/mm/yy.
Being in Australia DD/MM/YY is the preferred date format.

Any suggestions why this may be happening and what could be done to fix it
would be greatly appreciated.
 
G

Guest

Do you have any references that specifically discuss the UserForm issue?

Thanks

Timshel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Finding Date in an overseas format 20
System Dates 8
Vba Date$ 1
inputbox uk date 4
Pasting a date to a cell from UserForm 2
VBA in Excel 2007 date formatting 2
VB Date Format 8
Date formatting 1

Top