<?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: Build an Excel Add-In 2 &#8211; Enhanced Functionality</title>
	<atom:link href="http://peltiertech.com/WordPress/build-an-excel-add-in-2-enhanced-functionality/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/build-an-excel-add-in-2-enhanced-functionality/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Thu, 09 Sep 2010 18:18:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Erik</title>
		<link>http://peltiertech.com/WordPress/build-an-excel-add-in-2-enhanced-functionality/comment-page-1/#comment-27196</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Thu, 18 Feb 2010 18:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2753#comment-27196</guid>
		<description>Hey Jon,

Found it, edit style.css and change the following:

.vbasmall
{ color: #000000;
background: #FFFFFF;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 100%
white-space: pre;
}

I added white-space:pre; and it allowed copy/paste on multiple lines.

HTH,
Erik</description>
		<content:encoded><![CDATA[<p>Hey Jon,</p>
<p>Found it, edit style.css and change the following:</p>
<p>.vbasmall<br />
{ color: #000000;<br />
background: #FFFFFF;<br />
margin: 0px 0px 0px 0px;<br />
padding: 0px 0px 0px 0px;<br />
font-size: 100%<br />
white-space: pre;<br />
}</p>
<p>I added white-space:pre; and it allowed copy/paste on multiple lines.</p>
<p>HTH,<br />
Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://peltiertech.com/WordPress/build-an-excel-add-in-2-enhanced-functionality/comment-page-1/#comment-27194</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Thu, 18 Feb 2010 17:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2753#comment-27194</guid>
		<description>Jon - Still pasting as a single line..

And thanks for your work, it is appreciated.</description>
		<content:encoded><![CDATA[<p>Jon &#8211; Still pasting as a single line..</p>
<p>And thanks for your work, it is appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/build-an-excel-add-in-2-enhanced-functionality/comment-page-1/#comment-26055</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 27 Jan 2010 18:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2753#comment-26055</guid>
		<description>Jasa -

Thanks for the notice. I think I&#039;ve fixed the code layout problems. 

If there are any more problems with code layout in other posts, I hope my readers will leave a simple message like this one.</description>
		<content:encoded><![CDATA[<p>Jasa -</p>
<p>Thanks for the notice. I think I&#8217;ve fixed the code layout problems. </p>
<p>If there are any more problems with code layout in other posts, I hope my readers will leave a simple message like this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jasa</title>
		<link>http://peltiertech.com/WordPress/build-an-excel-add-in-2-enhanced-functionality/comment-page-1/#comment-26047</link>
		<dc:creator>jasa</dc:creator>
		<pubDate>Wed, 27 Jan 2010 13:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2753#comment-26047</guid>
		<description>dear Jon,

all the code in this and related posts seem to be in one line, so it can not be copy/pasted; I&#039;ve tried with 3 different browsers at home and at work ;(

Jasa</description>
		<content:encoded><![CDATA[<p>dear Jon,</p>
<p>all the code in this and related posts seem to be in one line, so it can not be copy/pasted; I&#8217;ve tried with 3 different browsers at home and at work ;(</p>
<p>Jasa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Karel Pieterse</title>
		<link>http://peltiertech.com/WordPress/build-an-excel-add-in-2-enhanced-functionality/comment-page-1/#comment-25012</link>
		<dc:creator>Jan Karel Pieterse</dc:creator>
		<pubDate>Wed, 06 Jan 2010 09:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2753#comment-25012</guid>
		<description>In my experience, building the basic routine that does the actual work takes no more than 5 % of the total project time needed to create an add-in that behaves itself. 
The remainder is:
- User interface design
- UI programming
- Catching and adapting to all situations a user&#039;s file might be in
- International issues
- Excel versions
- Add-in setup
- Error handling</description>
		<content:encoded><![CDATA[<p>In my experience, building the basic routine that does the actual work takes no more than 5 % of the total project time needed to create an add-in that behaves itself.<br />
The remainder is:<br />
- User interface design<br />
- UI programming<br />
- Catching and adapting to all situations a user&#8217;s file might be in<br />
- International issues<br />
- Excel versions<br />
- Add-in setup<br />
- Error handling</p>
]]></content:encoded>
	</item>
</channel>
</rss>
