bullet points

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a macro that inserts a table into a document via auto text. The table has numbered bullet points in it. The first bullet point is setup to reset numbering. When the macro is run and a table is inserted the bullet points carry on from the first table. The document is protected so the reset numbering option on the right click menu is disabled. Is there a way to rest the bullet points without having to unprotect the document

Thank
Odin1ey
 
Hi =?Utf-8?B?b2RpbjFleWU=?=,

You'll probably need to use Margaret Aldis's approach of doing your actual
numbering with level 2 or higher, and inserting a "hidden" level 1 paragraph (not
display a number) to trigger the renumbering. I think you'll find the technique
described in detail at word.mvps.org
I have a macro that inserts a table into a document via auto text. The table
has numbered bullet points in it. The first bullet point is setup to reset
numbering. When the macro is run and a table is inserted the bullet points carry
on from the first table. The document is protected so the reset numbering option
on the right click menu is disabled. Is there a way to rest the bullet points
without having to unprotect the documents
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep 30 2003)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)
 
Back
Top