Problems with German Excel Version

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter

    Problems with German Excel Version

    In a VBA-Application for a english excel version, ich have
    the following line:

    ihelp location = cbr.Controls("H elp").index

    I have to run this application with a german excel version
    and then this line causes trouble. I tried to change the
    line to

    ihelp location = cbr.Controls("H ilfe").index

    but this doesn't work.

    How do I have to change this line to run with a german
    excel ?

    Thanks for your help !!

    Peter
  • Armin Zingler

    #2
    Re: Problems with German Excel Version

    "Peter" <1511979@gmx.de > schrieb[color=blue]
    > In a VBA-Application for a english excel version, ich have
    > the following line:[/color]

    In this case you should turn to an Excel group. This is a VB.NET group (see
    group name).


    --
    Armin

    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: Problems with German Excel Version

      Hello,

      "Peter" <1511979@gmx.de > schrieb:[color=blue]
      > In a VBA-Application for a english excel version, ich have
      > the following line:
      >
      > ihelp location = cbr.Controls("H elp").index
      >
      > I have to run this application with a german excel version
      > and then this line causes trouble. I tried to change the
      > line to
      >
      > ihelp location = cbr.Controls("H ilfe").index
      >
      > but this doesn't work.[/color]

      This is a VB .NET ng (no relation to Excel VBA).

      German Excel ng:

      news://news.microsoft.com/microsoft.public.de.excel

      English language Excel ng:

      news://news.microsoft.com/microsoft....el.programming

      HTH,
      Herfried K. Wagner
      --
      MVP ยท VB Classic, VB .NET
      Die Website von H. Wagner zu .NET, Visual Basic .NET und Classic Visual Basic.



      Comment

      Working...