LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.misc
plettieri
 
Posts: n/a
Default Printing Mailing labels...already have full address in each cell


Hi:

You might try this:

1. execute this macro to remove unwanted line returns.

Sub RemoveReturns()
Cells.Replace Chr(10), ";"
End Sub


2. Data \ Text to columns and select the delimiter ";" options

This should break the address fields down to managable fields for the
Mail merge function....

Hope this helps
plettieri


--
plettieri
------------------------------------------------------------------------
plettieri's Profile: http://www.excelforum.com/member.php...o&userid=34531
View this thread: http://www.excelforum.com/showthread...hreadid=542914

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Printing mailing labels Nick Excel Discussion (Misc queries) 2 April 4th 06 05:25 AM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
Creating Address Labels in Excel Mandy Banks Excel Discussion (Misc queries) 4 December 30th 05 07:20 PM
Cell Address Matching khalid Excel Worksheet Functions 1 December 27th 05 02:17 PM
Making Mailing Labels Jerry Links and Linking in Excel 4 January 7th 05 05:09 PM


All times are GMT +1. The time now is 08:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"