View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Check the "Windows Regional Languages" setting?

Hi Justin

Look in Help for

Application.International

Maybe you can use that


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Justin" wrote in message ps.com...
Does anybody know how to check the Windows Regional Languages setting
in VB code?

I need to run a "Select" statement to run different code depending on
the Window's Regional Language settings and am not sure how to test
this...

Thanks!