Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi Is there a code to switch between Languagges ? that is used to write within Excel sheet Thank u :rolleyes -- helmekk ----------------------------------------------------------------------- helmekki's Profile: http://www.excelforum.com/member.php...nfo&userid=693 View this thread: http://www.excelforum.com/showthread.php?threadid=27303 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
With VBA you can (and should) write to the (standard)
USenglish properties like Formula and FormulaR1C1. You could also write to FormulaLOCAL and FormulaR1C1Local and use things like AddressLocal.. but I STRONGLY advise against it. as you'd need to code for all possible languages You might want to read this article on MSDN.. Writing Code for International Use http://msdn.microsoft.com/library/de...l=/library/en- us/dno97ta/html/msdn_intlcode.asp In a multilanguage Excel setup (with multiple language for menu's and help) you HAVE to use the Office Language Selector to change those settings, and Excel must be restarted in order to reinitialize itself with the proper localized DLL's In case you mean the spelling options and language settings (as you can change with WindowsXP language bar... see: Range Object .CheckSpelling (range object) Application object .SpellingOptions .DictLang = 1036 .UserDict = "CUSTOM.DIC" 'Thse apply to installs.. (see above) .LanguageID (READONLY) .LanguageSettings .LanguagePreferredForEditing(msoLanguageIDEnglishU S) keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool helmekki wrote: Hi Is there a code to switch between Languagges ? that is used to write within Excel sheet Thank u ![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Switch axis | Charts and Charting in Excel | |||
Switch for no spreadsheet | Excel Discussion (Misc queries) | |||
getting excel to switch to a new row | Excel Worksheet Functions | |||
Switch between workbooks | Excel Programming | |||
Switch images in VBA | Excel Programming |