date in English

  • Thread starter Cor van der Bliek
  • Start date
C

Cor van der Bliek

I'm programming two userforms, one for use in Dutch, one for use in English.
I use an input box which defaults to the creation date (
Me.Controls("Textbox8").Text = Format(Date, "Mmmm dd, yyyy"))
However, since my application language is Dutch, the result shows the Dutch
results on the Dutch as well as on the English form.
How can I change this?
 
Top