Hi,
I copy a table (which have merged cells) from excel to word and after that,
I can't save my word file (even if I remove the table after copying). It's
very strange. The copy of the table seems to corrupt the word file. I tried
to use programmation to copy the table but same thing happens.
rngExcel.Copy
Selection.PasteExcelTable False, False, False
Any idea ?
Thanks!
--
Alex St-Pierre

RE: Copy table from excel to word make word corruption by AlexStPierre

AlexStPierre
Tue Apr 04 10:30:04 CDT 2006

Answer:
Selection.PasteExcelTable False, False, True


--
Alex St-Pierre


"Alex St-Pierre" a écrit :

> Hi,
> I copy a table (which have merged cells) from excel to word and after that,
> I can't save my word file (even if I remove the table after copying). It's
> very strange. The copy of the table seems to corrupt the word file. I tried
> to use programmation to copy the table but same thing happens.
> rngExcel.Copy
> Selection.PasteExcelTable False, False, False
> Any idea ?
> Thanks!
> --
> Alex St-Pierre