Merged rows and columns

R

Ruby Tuesday

How do you check it with VBA or VBS that the particular row is merged
vertically(row-wise) or horizontally(column-wise)? Thanks
 
R

Ruby Tuesday

Perhaps any guru can jump in ...

Suppose that we save this word docs with complicated table structure into an
XML file using Word2003 or Office2003, is there possibility that we can
extract the table structure and its values?

Does anyone has an XSLT for Word 2003? Thanks
 
W

Word Heretic

G'day "Ruby Tuesday" <[email protected]>,

no you cant read it (other than by trying to access a row and trapping
any error) and the best 'extract' is convert table to text.


Steve Hudson - Word Heretic
Want a hyperlinked index? S/W R&D? See WordHeretic.com

steve from wordheretic.com (Email replies require payment)


Ruby Tuesday reckoned:
 
R

Ruby Tuesday

Thanks for the info.

How would one convert the word table to text in vbs script, and load back
the delimited text to Access DB?

When it convert to text, how do the conversion handle the merge rows?

Again, thanks
 
W

Word Heretic

G'day "Ruby Tuesday" <[email protected]>,

Try it and see using the Table menu, it depends on HOW those rows are
merged of course. in VBA, you use something like

ActiveDocument.Tables(1).ConvertToText

Steve Hudson - Word Heretic
Want a hyperlinked index? S/W R&D? See WordHeretic.com

steve from wordheretic.com (Email replies require payment)


Ruby Tuesday reckoned:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top