View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
DS NTE DS NTE is offline
external usenet poster
 
Posts: 17
Default Determine excel language

Thank you - got it working!!!

knut
"Tom Ogilvy" skrev i melding
...
see the Excel VBA help on the Application.International function.

--
Regards,
Tom Ogilvy

"DS NTE" wrote in message
...
How can I determine witch language excel "uses"?
My problem is that som users have an english version and some users have

an
norwegian version. This causes problems when working with commandbars:

Norwegian: Set CmdBarMenu = CmdBar.Controls("Verktøy")
English: Set CmdBarMenu = CmdBar.Controls("Tools")

Is there a global method of doing this so this language issue wont cause

me
any trouble?


knut