RE: Lock numbering

Subject: RE: Lock numbering
From: "David Chinell" <dchinell -at- msn -dot- com>
To: "TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com>
Date: Tue, 15 Apr 2003 15:13:02 -0400


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.



References:
Lock numbering: From: John Posada

Previous by Author: Re: Newbie Question: DBMS & IBM Mainframe Apps
Next by Author: RE: Who cares about ethics?
Previous by Thread: Re: Lock numbering
Next by Thread: RE: Lock numbering


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


Sponsored Ads