M
Morten poulsem
I have the following line of code, that is running perfectly under the
lanuage settings 'UK' or 'USA':
ActiveChart.ApplyCustomType ChartType:=xlBuiltIn, TypeName:="Line - Column
on 2 Axes"
When i try running it on off the other company default settings {NO, DK, SE}
it gives a error. Recording the same operation on settings: DK, gives the
following:
ctiveChart.ApplyCustomType ChartType:=xlBuiltIn, TypeName:= "Kurve - søjle
på to akser"
Is there a way to use a concistent string. As this is not a constant, like
xlBuiltIn.
lanuage settings 'UK' or 'USA':
ActiveChart.ApplyCustomType ChartType:=xlBuiltIn, TypeName:="Line - Column
on 2 Axes"
When i try running it on off the other company default settings {NO, DK, SE}
it gives a error. Recording the same operation on settings: DK, gives the
following:
ctiveChart.ApplyCustomType ChartType:=xlBuiltIn, TypeName:= "Kurve - søjle
på to akser"
Is there a way to use a concistent string. As this is not a constant, like
xlBuiltIn.