
|
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! |
![]() Wednesday, April 16, 2008 – Permalink – Word RangesPre-defined locationsWhen entries are made in a document, Word creates a Story Range to identify what part of the document is being used. These ranges can be used in macros to search for items , change text, or other actions.
Sub HeaderFooterObject()
Microsoft KB VBA macro examples to insert text into a document See all Topics word <Doug Klippert@ 7:14 AM
Comments:
Post a Comment
Monday, June 18, 2007 – 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()
The action is not reversible, so either use Undo right away, or use it on a copy of the original. <Doug Klippert@ 7:20 AM
Comments:
Post a Comment
Saturday, March 31, 2007 – Permalink – Comment CodeEdit toolbar
<Doug Klippert@ 7:02 AM
Comments:
Post a Comment
Thursday, February 01, 2007 – Permalink – Look for BulletsFind listsUnless you have used a style to create a bulleted list, it is difficult to search for them. This macro locates any bulleted list (wdListBullet) in your document. Sub FindBullet() Other choices might be:
For other macros see Tribbs.co.uk See all Topics Labels: Macros <Doug Klippert@ 5:33 AM
Comments:
Post a Comment
|