Thread: Userform Date
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Brown[_2_] Paul Brown[_2_] is offline
external usenet poster
 
Posts: 11
Default Userform Date

Hi all,

I have a userform where a date is entered in a text box (e.g. 01/12/05). On
submit the date is entered into a cell which is formatted dd-mmm-yy
(01-Dec-05). The problem is that when the date is transferred into the cell
it reads 12-Jan-05. Is there any way within the code for the userform or
textbox to ensure that the date is transferred across UK style rather than
US style?

Apologies if that has been covered but I couldn't see it anywhere.

Thanks.

Paul.