<?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: how to convert a word into letters using excel?</title>
	<atom:link href="http://infoguidepro.com/how-to-convert-a-word-into-letters-using-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://infoguidepro.com/how-to-convert-a-word-into-letters-using-excel/</link>
	<description>Learn How to Do Anything</description>
	<lastBuildDate>Wed, 28 Apr 2010 19:28:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: johncaulfield100</title>
		<link>http://infoguidepro.com/how-to-convert-a-word-into-letters-using-excel/comment-page-1/#comment-311</link>
		<dc:creator>johncaulfield100</dc:creator>
		<pubDate>Wed, 02 Jul 2008 13:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://infoguidepro.com/how-to-convert-a-word-into-letters-using-excel/182/#comment-311</guid>
		<description>Excellent function VBA man!. Just in case the questioner cannot figure out the columns option using the same references as you they could use

=MID($B$5, COLUMN()-2,1) else copy and paste special range transpose your answer.</description>
		<content:encoded><![CDATA[<p>Excellent function VBA man!. Just in case the questioner cannot figure out the columns option using the same references as you they could use</p>
<p>=MID($B$5, COLUMN()-2,1) else copy and paste special range transpose your answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VBAXLMan</title>
		<link>http://infoguidepro.com/how-to-convert-a-word-into-letters-using-excel/comment-page-1/#comment-310</link>
		<dc:creator>VBAXLMan</dc:creator>
		<pubDate>Tue, 01 Jul 2008 13:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://infoguidepro.com/how-to-convert-a-word-into-letters-using-excel/182/#comment-310</guid>
		<description>cozmosis got a point but I think I know what you mean
You probably want to create a list of cells to have a letter on each
if this is what you want?
Use this
IF the cell with the word is B5
then paste this in B6
=mid($B$5, ROW()-5 ,1)

copy and paste this into the cells below

Yeah, I know I am good, I am the VBAXLMan and I am back</description>
		<content:encoded><![CDATA[<p>cozmosis got a point but I think I know what you mean<br />
You probably want to create a list of cells to have a letter on each<br />
if this is what you want?<br />
Use this<br />
IF the cell with the word is B5<br />
then paste this in B6<br />
=mid($B$5, ROW()-5 ,1)</p>
<p>copy and paste this into the cells below</p>
<p>Yeah, I know I am good, I am the VBAXLMan and I am back</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cozmosis</title>
		<link>http://infoguidepro.com/how-to-convert-a-word-into-letters-using-excel/comment-page-1/#comment-309</link>
		<dc:creator>cozmosis</dc:creator>
		<pubDate>Mon, 30 Jun 2008 05:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://infoguidepro.com/how-to-convert-a-word-into-letters-using-excel/182/#comment-309</guid>
		<description>Do you think repeating the question makes it more understandable? Do you think repeating the question makes it more understandable?  You would have been better served to give more details.

Try Data\Text to Columns

Terse question = terse answer</description>
		<content:encoded><![CDATA[<p>Do you think repeating the question makes it more understandable? Do you think repeating the question makes it more understandable?  You would have been better served to give more details.</p>
<p>Try Data\Text to Columns</p>
<p>Terse question = terse answer</p>
]]></content:encoded>
	</item>
</channel>
</rss>

