« Interesting Webcast Next Week (OneNote) | Main | Are You the Family Computer Expert? »

More posts arriving shortly ... :)
December 08, 2005

Hi, everyone :) Just a quick note to say that I'll start posting again this weekend. My hosting service is migrating servers -- so I'm waiting until they're done with that to add new posts.

But meanwhile, the talented designer and photographer Michelle Jones (check out the link for some really stunning photography) -- who does the design and programming for this blog -- is revising some stuff to enable me to show more resources and info... hope you like the changes!

Happy Thursday! New posts arriving shortly ...

Posted by Stephanie

Trackback Pings

TrackBack URL for this entry:
http://www.arouet.net/cgi-bin/mt/mt-tb.cgi/144

Thanks for signing in, . Now you can comment. (sign out)

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)


Remember me?


Comments

Is there an easy way to convert numbering done using Format > Bullets and Numbering > Outline Numbered (a.k.a. automatic paragraph numbering) to hard numbers (just text)?

Thanks Stephanie.

Hi, Craig,

Sure is ... to avoid workarounds and complications, you'll need to venture into the VB editor -- but it's a quick and simple single line of code.

Just go to Tools, Macro, Visual Basic Editor (or press Alt+F11). Then, press CTRL+G, this opens a window at the bottom of the screen called the Immediate Window (you can also access this window on the View menu).

Type: ActiveDocument.ConvertNumbersToText

... then press Enter.

All done :)

This method has been available in VBA since Word 97, so you should have no problem regardless of the document version.

By the way - if this is something you need to do often, create a macro for it instead of using the immediate window and drop the macro on a toolbar or menu, or give it a keyboard shortcut. Let me know if you need to know how to do any of that ...

Best,
Stephanie

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)