View Single Post
  #4   Report Post  
Posted to microsoft.public.word.docmanagement
trendicoff trendicoff is offline
external usenet poster
 
Posts: 6
Default Limiting ConvertNumbersToText to only certain parts of a docum

Stefan,

Thanks, I guess that will save me some time, but as the lists I want to
change and those I don't are interspersed it will still be many steps. Is
there any way to select just tables or just exclude headings?

"Stefan Blom" wrote:

You can use

Selection.Range.ListFormat.ConvertNumbersToText

to convert the numbering in the current selection.

--
Stefan Blom
Microsoft Word MVP



"trendicoff" wrote in message
...
I have a document with lots of different instances of auto-numbering.
I want to hardcode only the auto numbering that is contained in
tables. Is there any way to constrain the ConvertNumbersToText
command to only include or exclude certain items? For instance I know
that the command ActiveDocument.Tables.ConvertNumbersToText is
invalid, but is there any way to make that idea work?



.