472,110 Members | 2,230 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,110 software developers and data experts.

Problems with German Excel Version

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
Nov 19 '05 #1
2 1278
"Peter" <15*****@gmx.de> schrieb
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).
--
Armin

Nov 19 '05 #2
Hello,

"Peter" <15*****@gmx.de> schrieb:
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....el.programming

HTH,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet
Nov 19 '05 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

19 posts views Thread by Gerson Kurz | last post: by
reply views Thread by Philipp Lenssen | last post: by
2 posts views Thread by Trev Hunter | last post: by
2 posts views Thread by Michael Groeger | last post: by
reply views Thread by Jeremy B. | last post: by
reply views Thread by SeeSharp Bint | last post: by
1 post views Thread by =?Utf-8?B?R2xlbm4gR29tZXo=?= | last post: by
5 posts views Thread by =?Utf-8?B?Q2hyaXN0aWFuIEhhdmVs?= | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.