B Bobby Apr 8, 2006 #1 Is it possible to determine with VBA the regional and language options/setting? Thank's ahead.
K Kletcho Apr 9, 2006 #2 Take a look at the language settings object in VBA. Something like this: Set objLangSet = Application.LanguageSettings MsgBox objLangSet.LanguageID(msoLanguageIDInstall)
Take a look at the language settings object in VBA. Something like this: Set objLangSet = Application.LanguageSettings MsgBox objLangSet.LanguageID(msoLanguageIDInstall)