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
|