C
Cor van der Bliek
How do you change language during execution of a UserForm.
I want the result of a Date statement to be in English, but keep getting
Dutch results. No doubt this is a result of the Application language, but the
docuement is set to English VS.
Me.Controls("Textbox8").Text = Format(Date, "Mmmm, d yyyy")
I want the result of a Date statement to be in English, but keep getting
Dutch results. No doubt this is a result of the Application language, but the
docuement is set to English VS.
Me.Controls("Textbox8").Text = Format(Date, "Mmmm, d yyyy")