Hello,
I have following problem i what to put in an Excel Cell
some Text that is larger then 250 Characters.
Like this way for Example
REPEAT
Text := Text + Artikeltext.NEWTEXT;
//maybe If text > 250 Then ....
UNTIL Artikeltext.NEXT = 0;
xlsheet.Range('B' + FORMAT(i)).Value := Artikeltext.Text;
xlsheet.Range('B' + FORMAT(i)).ColumnWidth(30);
i:=i+1;
If the Variable goes ofer 250 Character i get an Error
Okay, that logic !? But now, how can i put more Text in then
Excel Cells that which are right now filled with some character ... ?
Greetings from Germany
Alex
Best regards
Alex Schubert
ERP & Navision
Dolphin Communication Technologies GmbH
Otto-Hahnstr. 1 c
D-69190 Walldorf
0
Comments
Good luck
Qwinsoft BV
The Netherlands
Good luck
Dennis van Es
PerCom: Research & Development BV
The Netherlands
Qwinsoft BV
The Netherlands
i try this variant also,
but i get following Error : Joker + Text does't work together, and if i try it in this way
xlsheet.Range('B' + format(i)).value := xlsheet.Range('B' + format(i)).value + xlsheet.Range('B' + format(i)).value( Format(Artikeltext.Text));
I get an error like: Joker + Joker doesn't work ...
Anyone know a solutiopn ?!?!?
Best regard Alex
Alex Schubert
ERP & Navision
Dolphin Communication Technologies GmbH
Otto-Hahnstr. 1 c
D-69190 Walldorf