Dear Monks
I want to generate Word documents in Perl that include tables. This is not a problem, but I get stuck when I want to merge 2 or more consecutive cells into a single cell. I can select a single cell using "$Table1->Cell(2, 1)->Range->Select;". Then I want to select the cell below as well and merge these 2 into a single one, but how?
Regards,
WJJK
In reply to Word Tables
by WJJK