I use Word automation in my VB6 application.
I have a table in my Word doc, has 12 cells.
I have in all cells 2 lines. First line has text second line just the enter (PI sign).
Now i want the second empty line deleted in all cells and in one go, looping through cells is no option.
I believe the lines are available as paragraphs
So something like
So i can't use ATable.range.cells i think because then i have to mention a certain cell.Code:ATable.range.paragraphs(1).delete
Any suggestions?




Reply With Quote