1

CurrentThread.CurrentUICulture -through C# we can set this value, but is it possible to set this via VBA. in an xla file..

Community
  • 1
  • 1
user1066231
  • 551
  • 1
  • 7
  • 27
  • looks difficult - have a look at this: http://msdn.microsoft.com/en-us/library/bb157877.aspx – NoviceProgrammer Sep 22 '12 at 05:07
  • VBA has access to the Application.International and Application.LanguageSettings properties, but these are both read-only. Whilst you may be able to change CurrentCulture via API or externall calls from VBA I would be careful about changing CurrentCulture within an Excel session: I suspect the results would be unpredictable. – Charles Williams Sep 22 '12 at 17:07

0 Answers0