ApplyCustomType language problem

  • Thread starter Hannes Tolvanen
  • Start date
H

Hannes Tolvanen

Hi,

I have a problem with the following row in my code:
ActiveChart.ApplyCustomType ChartType:=xlBuiltIn, TypeName:="Line - Column"

This works in Excel 2000 English version, but not in Italian version, for
example. I assume that the problem is "Line - Column". How can I make this
to work in any language version? Is it possible to use some general constant
for TypeName? Help me please!

Hannes Tolvanen, Finland
 
Top