D
DS NTE
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
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