Autonumber & Microsoft Word

WorkinOnIt13

Board Regular
Joined
Sep 8, 2005
Messages
90
I know this is not for excel. but I can not figure it out for some reason, I am having a brain fart! Auto Number Labels in Word.....? Anyone know how..?


Edited by Nate: Moved and new thread title.
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Example

Well for example I have selected to make Return Address Labels! I am trying to automatically label them all in sequence by number

2506 2507 2508 2509
2510 2511 2512 2513

As shown above the labels are four across.....I want the sequence to be either acroos or down, does not matter! Does that help???

Thats correct yes!!!!
 
Upvote 0
I am thinking about trying something like that also....I just know that there is a function already stored in Microsoft word that does it for you, but it is impossible to find, especially when most my work is in Excel/Access?Wordperfect! Thanks!
 
Upvote 0
Yeah

You'd think it would be the field code autonum...

You want to stay away from Autonum, especially if you are migrating between different versions of Word.

Use SEQ.

So let's say you want to start the first number at 500.

Use the menu and choose: Insert/Field Code.

Indicate SEQ. And use the following X \r500

So the code will look like this in the document if you expose codes:
{SEQ X \r 500 \* MERGEFORMAT}

X is just a variable name. Don't have to declare it or anything, it's just so if you have different sequences of numbers, it knows which one to increment, so you can have multiple series of sequential numbers. You can change X to be anything you want. Even a word.

\r means to reset the number count beginning at... In this case 500 as that's what I typed :)

Now, if you want to increment, then you use the following field code:

{SEQ X \* MERGEFORMAT}

Sorry if this isn't written very linearly. It's 2:45am here!

Hope this helps :)
 
Upvote 0
Just an aside

Just an aside...

I really hope Microsoft continues to unify all the different objects within their **** office apps so the same objects behave the same, the functions behave the same, blah blah blah. I'm pschyzo as it is! I don't need no mo help!
 
Upvote 0

Forum statistics

Threads
1,224,842
Messages
6,181,288
Members
453,030
Latest member
PG626

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top