RE: Lock numbering

Subject: RE: Lock numbering
From: John Posada <JPosada -at- book -dot- com>
To: "TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com>
Date: Tue, 15 Apr 2003 15:33:14 -0400


Thanks, David...very cool.

I'll give it a shot tomorrow.

John Posada
Senior Technical Writer
Barnes&Noble.com
jposada -at- book -dot- com
NY: 212-414-6656
Dayton: 732-438-3372
Although she lives with seven other men, she's not easy.
------ Magic Mirror


-----Original Message-----
From: David Chinell [mailto:dchinell -at- msn -dot- com]
Sent: Tuesday, April 15, 2003 3:13 PM
To: John Posada; TECHWR-L
Subject: RE: Lock numbering


John:

These are from my swipe book of VBA snippets:

================================
CONVERT WORD AUTONUMBERS TO TEXT
================================

Sub ConvertNumbersToRegularText()
ActiveDocument.Range.ListFormat.ConvertNumbersToText
End Sub

==============================
CONVERTING AUTONUMBERS TO TEXT
==============================

Highlight the text you wish to convert the numbers in (could
be the whole document) and run the following macro:

Sub ConvertNumbersToText()
Selection.Range.ListFormat.ConvertNumbersToText
End Sub

=====
Bear


^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Purchase RoboHelp X3 in April and receive a $100 mail-in
rebate, plus FREE RoboScreenCapture and WebHelp Merge Module.
Order here: http://www.ehelp.com/techwr-l/


Help celebrate TECHWR-L's 10th Anniversary starting this month!
Check out the contests at http://www.raycomm.com/techwhirl/special/contests/
Happy birthday to you, happy birthday to you, happy birthday TECHWR-L....

---
You are currently subscribed to techwr-l as:
archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit
http://www.raycomm.com/techwhirl/ for more resources and info.



Previous by Author: RE: Worrisome email
Next by Author: RE: certification
Previous by Thread: Re: Lock numbering
Next by Thread: Page shrinks (bottom margin expands) when printing from pdf


What this post helpful? Share it with friends and colleagues:


Sponsored Ads