<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Reflecting the exact layout of linked cells in excel spreadsheet?</title>
	<atom:link href="http://emailcampaign.emailingforyou.com/reflecting-the-exact-layout-of-linked-cells-in-excel-spreadsheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://emailcampaign.emailingforyou.com/reflecting-the-exact-layout-of-linked-cells-in-excel-spreadsheet/</link>
	<description>Email campaign solutions</description>
	<lastBuildDate>Mon, 31 Jan 2011 11:57:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: expletive_xom</title>
		<link>http://emailcampaign.emailingforyou.com/reflecting-the-exact-layout-of-linked-cells-in-excel-spreadsheet/comment-page-1/#comment-530</link>
		<dc:creator>expletive_xom</dc:creator>
		<pubDate>Thu, 31 Dec 2009 23:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://emailcampaign.emailingforyou.com/reflecting-the-exact-layout-of-linked-cells-in-excel-spreadsheet/#comment-530</guid>
		<description>i think all you need to do is make sure your destination cell has &quot;wrap text&quot; checkmarked

or heres the steps:
- right click on the summary tab with the 1 long line
- click format cells...
- click alignment
- put a checkmark next to Wrap text
- hit ok, 

 you might have to resize your cell, but that should just work. you might want pre-set the text column with the wrap text format checked.  no formula is going to do that...you would need vba that checks for chr(10) and changes the formatting.

if that doesnt work,
- assume your &quot;campaign commences email designed leaflet designed&quot; is in cell A1
- then use this quick formula 

=len(a1)

and it should show 50 instead of 48...those 2 extra characters are your alt-enters (char(10))...and if the len(a1) formula shows 50, then the layout is the same.</description>
		<content:encoded><![CDATA[<p>i think all you need to do is make sure your destination cell has &#8220;wrap text&#8221; checkmarked</p>
<p>or heres the steps:<br />
- right click on the summary tab with the 1 long line<br />
- click format cells&#8230;<br />
- click alignment<br />
- put a checkmark next to Wrap text<br />
- hit ok, </p>
<p> you might have to resize your cell, but that should just work. you might want pre-set the text column with the wrap text format checked.  no formula is going to do that&#8230;you would need vba that checks for chr(10) and changes the formatting.</p>
<p>if that doesnt work,<br />
- assume your &#8220;campaign commences email designed leaflet designed&#8221; is in cell A1<br />
- then use this quick formula </p>
<p>=len(a1)</p>
<p>and it should show 50 instead of 48&#8230;those 2 extra characters are your alt-enters (char(10))&#8230;and if the len(a1) formula shows 50, then the layout is the same.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

