how do i determine end of table in MS word file?

A

Alpesh Patel

I have to parse (in JSP) word file which contains multiple tables of same
format.
For that i need to know the character which indicates end of the table so
that i can stop reading the current table and start reading with next table.
I can not put separators in between tables , so i have to use end ot table
character.

This is an urgent problem , pls reply soon.
Any help will be appreciated!!!
 
J

Jezebel

Use the Information() function --

If not Selection.Information(wdWithInTable) then ....
 

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