how do I search bullet numbers?

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

Guest

I have a self composed research paper of over 900 quotations over 158 pages.
Each quotation is numbered automatically using "Bullets and Numbering" Anyone
have any idea how I can use "Find" to locate individual quotations by number?
For example if I wish to quickly go to quotation 583?
 
You cannot use Edit>Find to locate a specific autonumber, I'm afraid.
However, if you are done editing the document, so that you don't
actually need the autonumbers anymore, you could convert them to text,
in which case Edit>Find can "see" them.

To convert all paragraph numbers to text: Press Alt+F11 to display the
Visual Basic Editor. On its View menu, click Immediate Window. Type
the following in that window:

ActiveDocument.ConvertNumbersToText wdNumberParagraph

and press Enter.

--
Stefan Blom
Microsoft Word MVP


in message
news:[email protected]...
 

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

Back
Top