Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Numbering / October 2004

Tip: Looking for answers? Try searching our database.

Paragraph Numbering

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Julia - 14 Oct 2004 17:15 GMT
Good morning to all the numbering experts:

I need to modify my heading styles to include numbering - easy enough.  I
need some text before the number which is;

Special Interrogatory No.: 1

and then

Response to Special Interrogatory No.: 1

How do I do this?  the text goes outside the limit.  THanks!
Joseph N. - 14 Oct 2004 21:15 GMT
On Thu, 14 Oct 2004 16:15:07 GMT, =?Utf-8?B?SnVsaWE=?= wrote:

> Response to Special Interrogatory No.: 1
>
> How do I do this?  the text goes outside the limit.

Hopefully someone who knows more will have a complex but effective
answer for you, but, in the meanwhile, if your jurisdiction would
allow it Word 2002 could fit:

Response to Special Interr. 1:

instead of:

Response to Special Interrogatory no. 1:

Signature

JN

 jbn 'won'oh'won'six'won' at fastmail.fm
 Remove spaces, and substitute digits for the words between " ' "

Doug Robbins - 14 Oct 2004 23:37 GMT
Insert a SEQ field where you want the number to appear and then select the
heading and create and autotext entry from it.  Then whenever you want to
insert a heading, insert the autotext and the numbers will take care of
themselves.

Signature

Please respond to the Newsgroup for the benefit of others who may be
interested.   Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP

> Good morning to all the numbering experts:
>
[quoted text clipped - 8 lines]
>
> How do I do this?  the text goes outside the limit.  THanks!
Joseph N. - 15 Oct 2004 15:45 GMT
> Insert a SEQ field where you want the number to appear and then
> select the heading and create and autotext entry from it.

Doug, that's a brilliant solution.  I'll use it often.

Signature

JN

 jbn 'won'oh'won'six'won' at fastmail.fm
 Remove spaces, and substitute digits for the words between " ' "

Julie - 17 Oct 2004 22:12 GMT
Julia

Simply for the sake of interest, I tried setting up your Number Format
programmatically in Word 2K and Word XP and speculate that the string length
limitation is a limitation of the user interface, not the list template
property for number format.

Once all other properties of the scheme were set up (in Word XP through the
user interface, in Word 2K programmatically), I ran the following macro to
set the number formats to your liking).

Sub Special()
Dim olt As ListTemplate
Set olt = ActiveDocument.Styles("Heading 1").ListTemplate

With olt
   .ListLevels(1).NumberFormat = "Special Interrogatory No. %1"
   .ListLevels(2).NumberFormat = "Response to Special Interrogatory No. %2"
End With

Set olt = Nothing

End Sub

and it seems to work.  If you subsequently attempt to edit the number format
through the Word interface, Word will truncate the number format to the
maximum number of characters allowed through the user interface, and you
would have to run the macro again to correct that.  I did not take it one
step further - that is, work with the document for any length time, so
feasibility of this method would require more testing to ensure that nothing
goes sideways as a result of editing the document and subsequent editing to
the styles.

Hope this helps,

Regards,
Julie

> Good morning to all the numbering experts:
>
[quoted text clipped - 8 lines]
>
> How do I do this?  the text goes outside the limit.  THanks!
Shauna Kelly - 18 Oct 2004 02:59 GMT
Hi Julie

Thanks for posting this. It's definitely the interesting discovery of the
day.

Shauna

Shauna Kelly.  Microsoft MVP.
http://www.shaunakelly.com/word

> Julia
>
[quoted text clipped - 47 lines]
>>
>> How do I do this?  the text goes outside the limit.  THanks!
Julia - 24 Oct 2004 23:25 GMT
Thank you all for the great help.  I appreciate your time.

> Hi Julie
>
[quoted text clipped - 57 lines]
> >>
> >> How do I do this?  the text goes outside the limit.  THanks!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.