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 Is it possible to programmatically determine where a user is?

Hi Edward

You can test the country code

Application.International(xlCountryCode)

Dutch is 31 for example

See this page
http://support.microsoft.com/default...b/213833/en-us



--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Edward" wrote in message ...
Hi everybody,
Im writing some VBA code to customize several office programs I know how to
find users login name but Im not sure that is possible to find the region or
country they are ? If I can find their country then I can apply some default
settings for each region. We have offices in US, Europe and Asia.
Thanks,

--
Best regards,
Edward