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
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