Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Switch between Languagges


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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Switch between Languagges

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Switch axis Denise Charts and Charting in Excel 1 September 8th 06 07:48 AM
Switch for no spreadsheet JHL Excel Discussion (Misc queries) 3 June 3rd 06 01:07 AM
getting excel to switch to a new row caldolegare Excel Worksheet Functions 1 August 30th 05 10:44 AM
Switch between workbooks Newbie Excel Programming 1 January 7th 04 09:34 PM
Switch images in VBA AnQi Excel Programming 1 December 20th 03 06:40 PM


All times are GMT +1. The time now is 05:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"