Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
UB UB is offline
external usenet poster
 
Posts: 120
Default change language setting using VBA code

Hi
I am writing a vba code were when the woksheet is opened, it will check the
language setting, if it is not english, it will change the setting to english
or else do nothing.
It is not working, please advise

Set objLangSet = Application.LanguageSettings
If objLangSet.LanguageID(msoLanguageIDInstall) < 1033 Then
objLangSet.LanguageID(msoLanguageIDInstall) = 1033
Else
objLangSet.LanguageID(msoLanguageIDInstall) = 1033
End If
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
Change Language Carl R New Users to Excel 1 October 21st 06 09:37 PM
Language default setting not responding accordingly YQM Excel Discussion (Misc queries) 0 November 16th 05 04:36 AM
Date Language setting Office user Excel Worksheet Functions 0 August 24th 05 08:56 AM
How can I programatically change the language in the language bar? Roy Barr Excel Discussion (Misc queries) 0 March 14th 05 09:47 PM
How to change the excel format from language to language? zee Excel Discussion (Misc queries) 2 January 30th 05 06:51 PM


All times are GMT +1. The time now is 05:24 AM.

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

About Us

"It's about Microsoft Excel"