Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Printing mailing labels | Excel Discussion (Misc queries) | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
Creating Address Labels in Excel | Excel Discussion (Misc queries) | |||
Cell Address Matching | Excel Worksheet Functions | |||
Making Mailing Labels | Links and Linking in Excel |