How do I make mailing labels from Excel without using Word?

M

Mountain man

I am trying to make mailing labels from Excel. I can't carry the format from
Excel to Word.

Is there a way to carry the format to word or a way to make labels directly
from Excel?
 
M

Myrna Larson

Have you looked at the formatting options that are available with merge fields
in Word?

On Thu, 23 Sep 2004 19:05:16 -0700, Mountain man <Mountain
 
D

Debra Dalgleish

In the Mail Merge, after you select your Excel file as a data source,
you should see a 'Confirm Data Source' dialog box.
(If you don't see the dialog box, change the setting in Word --
under Tools>Options, General -- add a check mark to
'Confirm Conversion at Open')

From that list, choose 'MS Excel Worksheets via DDE (*.xls)', and your
formatting will be retained.

If you have to connect through a different source, you can format the
fields in the Word document. For example, to specify a number of decimals:

1. In Word, in the Main Document, press Alt+F9 to view the field codes.
2. Find the field code for the number. It will look something like:
{ MERGEFIELD FieldName }
3. Add a switch, to format the number with two decimal places.
For example:
{ MERGEFIELD FieldName \# "#,##0.00" }
4. Press Alt+F9 to hide the field codes.
5. Save the Main Document
 
Top