german text in english xls

C

craigiw

Hi,

Office XP. I have a vbcript-based asp page that generates an excel
spreadsheet. It works fine when it is inserting all english text, but
when I try and insert german instead I get this error:

"Cannot set the text property of the character class".

at the line:

oExcel.ActiveChart.ChartTitle.Characters.Text =
varContainingGermanText

How can I resolve this?

Thanks,

Chandy
 
C

Chandy

Check and see whether your translated text is longer than 255
characters. Chart titles are limited to 255.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top