Abend!
Habe folgendes Problem ich schreibe in ein Wordfile in eine Tabelle:
Delphi-Quellcode:
wordApp.Selection.typetext(text :='Test');
wordApp.Selection.moveRight;
wordApp.Selection.typetext(text :='Test');
wordApp.Selection.moveRight;
wordApp.Selection.typetext(text :='Test');
wordApp.Selection.moveRight;
wordApp.Selection.typetext(text :='Test');
wordApp.Selection.moveRight;
nun macht es mir leider keine neue Zeile, sondern schreibt einfach weiter unter die Tabelle!
Wie kann ich diese Problem lösen, sodass es mir immer eine Zeile anhängt sobald es die letzte Zelle ist in der Tabelle!?
mfg roth