Hi.
Ich arbeite mit dieser Klasse und bei mir funktioniert das einwandfrei, sowohl unter 6.5.1de, 6.5.4, als auch unter 6.5.5.
'-- Einrichten der Tabellenspalten (Fix)
Redim rtpstyle(1 To 7)
Set rtpstyle(1) = ses.CreateRichTextParagraphStyle
rtpstyle(1).LeftMargin = 0
rtpstyle(1).FirstLineLeftMargin = 0
rtpstyle(1).RightMargin = RULER_ONE_CENTIMETER * 2
Set rtpstyle(2) = ses.CreateRichTextParagraphStyle
rtpstyle(2).LeftMargin = 0
rtpstyle(2).FirstLineLeftMargin = 0
rtpstyle(2).RightMargin = RULER_ONE_CENTIMETER * 7
Set rtpstyle(3) = ses.CreateRichTextParagraphStyle
rtpstyle(3).LeftMargin = 0
rtpstyle(3).FirstLineLeftMargin = 0
rtpstyle(3).RightMargin = RULER_ONE_CENTIMETER * 2
Set rtpstyle(4) = ses.CreateRichTextParagraphStyle
rtpstyle(4).LeftMargin = 0
rtpstyle(4).FirstLineLeftMargin = 0
rtpstyle(4).RightMargin = RULER_ONE_CENTIMETER * 3
Set rtpstyle(5) = ses.CreateRichTextParagraphStyle
rtpstyle(5).LeftMargin = 0
rtpstyle(5).FirstLineLeftMargin = 0
rtpstyle(5).RightMargin = RULER_ONE_CENTIMETER * 3
Set rtpstyle(6) = ses.CreateRichTextParagraphStyle
rtpstyle(6).LeftMargin = 0
rtpstyle(6).FirstLineLeftMargin = 0
rtpstyle(6).RightMargin = RULER_ONE_CENTIMETER * 3
Set rtpstyle(7) = ses.CreateRichTextParagraphStyle
rtpstyle(7).LeftMargin = 0
rtpstyle(7).FirstLineLeftMargin = 0
rtpstyle(7).RightMargin = RULER_ONE_CENTIMETER * 3
columns = 7
rows = countall * 2
Call rtitem.AppendTable(rows, columns,,,rtpstyle) '-- erzeugen der Tabelle
Gruß
Thomas