Getting information about paragraphnumber when bookmarks, bullets

M

Mats Nilsson

Hi everybody,
Any help about this will be appreciated.

I'm working with a VBA-routine where a (big) Worddocument is copied to Excel
and after that is edited and used in Excel in a special way.
In the routin I need to find complementary information from the Worddocument
like where bookmarks are located and subbullets are used.
i can find bookmarks but I also need to get the paragraph number where the
bookmark is located.
In a corresponding way I will find bullets, and subbullets and the paragraph
number for each of them.

Best Regards
Mats
 
J

Jonathan West

Mats Nilsson said:
Hi everybody,
Any help about this will be appreciated.

I'm working with a VBA-routine where a (big) Worddocument is copied to
Excel
and after that is edited and used in Excel in a special way.
In the routin I need to find complementary information from the
Worddocument
like where bookmarks are located and subbullets are used.
i can find bookmarks but I also need to get the paragraph number where the
bookmark is located.
In a corresponding way I will find bullets, and subbullets and the
paragraph
number for each of them.


"Determine the index number of the current paragraph, table, section ..."
http://www.word.mvps.org/FAQs/MacrosVBA/GetIndexNoOfPara.htm


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 

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