
|
Book Home Page Bloglines 1906 CelebrateStadium 2006 OfficeZealot Scobleizer TechRepublic AskWoody SpyJournal Computers Software Microsoft Windows Excel FrontPage PowerPoint Outlook Word Host your Web site with PureHost! |
![]() Monday, January 31, 2011 – Permalink – Convert List Numbers to TextPesky listsApplying the list numbering style to paragraphs is easy. The problem is that if the style is removed, the numbers disappear as well. The same thing is true with bullets. The following macro will change the list numbers and LISTNUM fields to text and the bullets to a symbol font. Sub NoAutoNum() ActiveDocument.ConvertNumbersToText End Sub You can now do such things as individually format numbers and bullets. The action is not reversible, so either use Undo right away, or use it on a copy of the original. ConvertNumbersToText See all Topics word <Doug Klippert@ 3:29 AM
Comments:
Post a Comment
|