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

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?