View Single Post
  #1   Report Post  
Posted to microsoft.public.vb,microsoft.public.word.tables,microsoft.public.word
TheEwook TheEwook is offline
external usenet poster
 
Posts: 1
Default Parse Word document into XML

Hi,

I use the Microsoft Word 11.0 Object Library (MSWORD.OLB) to parse a
MSWord document into a XML document.

My problem is how to know in a table that a cell is merge ? And if this
cell is merge how to know which cells are merge ?
In my XML document I use colspan and rowspan in TD/TR for merge
cells.



Thanks !!!