View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Nick Hodge[_2_] Nick Hodge[_2_] is offline
external usenet poster
 
Posts: 185
Default Why does ControlSource in Excel return a US-formatted date

JTB

You will find most controls and associated controls in VBA are US-Centric.
You will normally have to format specifically for EU style

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
DTHIS
web:
www.nickhodge.co.uk

UK Excel User Conference In Cambridge
November 28th - December 1st 2007
Register Now @ http://www.exceluserconference.com/UKEUC.html



"JTB" wrote in message
...
When I link a TextBox to a spreadsheet cell that contains a date by
specifying a ControlSource for it, the TextBox displays a US-formatted
date.

What's going on?

I've checked every locale and international setting that I can find, and
they are all European.

Is the US date actually hard-coded into the TextBox control?