Problems with German Excel Version

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

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

ihelp location = cbr.Controls("Help").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("Hilfe").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
 
Peter said:
In a VBA-Application for a english excel version, ich have
the following line:

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

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

ihelp location = cbr.Controls("Help").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("Hilfe").index

but this doesn't work.

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.public.excel.programming

HTH,
Herfried K. Wagner
 
Back
Top