<?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: Make My Links Live in Excel</title>
	<atom:link href="http://www.pdxtc.com/wpblog/tools/make-my-links-live-in-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pdxtc.com/wpblog/tools/make-my-links-live-in-excel/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 00:02:58 +0000</lastBuildDate>
	<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: Scott</title>
		<link>http://www.pdxtc.com/wpblog/tools/make-my-links-live-in-excel/comment-page-1/#comment-87680</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sat, 02 Apr 2011 14:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=728#comment-87680</guid>
		<description>Thanks for the tip, and any time now, the new version will be released - it&#039;s an add on, making a one click button rather than running a macro...</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, and any time now, the new version will be released &#8211; it&#8217;s an add on, making a one click button rather than running a macro&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.pdxtc.com/wpblog/tools/make-my-links-live-in-excel/comment-page-1/#comment-87679</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sat, 02 Apr 2011 11:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=728#comment-87679</guid>
		<description>Nice tool your macro has a few improvements that can be made, this will allow for if a person uses one url and also will position the seloect all on the correct cell before starting

the cell a3 needs editing and the link to inhouse file needs to removed

cheers

- - -

Range(&quot;a4&quot;).Select
    If Range(&quot;a5&quot;).Value = &quot;&quot; Then
    Range(&quot;a4&quot;).Select
    For Each xCell In Selection
    ActiveSheet.Hyperlinks.Add Anchor:=xCell, Address:=xCell.Formula
    Next xCell
    Else
    Range(Selection, Selection.End(xlDown)).Select
    For Each xCell In Selection
        ActiveSheet.Hyperlinks.Add Anchor:=xCell, Address:=xCell.Formula
    Next xCell
    Range(&quot;A1&quot;).Activate
    End If</description>
		<content:encoded><![CDATA[<p>Nice tool your macro has a few improvements that can be made, this will allow for if a person uses one url and also will position the seloect all on the correct cell before starting</p>
<p>the cell a3 needs editing and the link to inhouse file needs to removed</p>
<p>cheers</p>
<p>- &#8211; -</p>
<p>Range(&#8220;a4&#8243;).Select<br />
    If Range(&#8220;a5&#8243;).Value = &#8220;&#8221; Then<br />
    Range(&#8220;a4&#8243;).Select<br />
    For Each xCell In Selection<br />
    ActiveSheet.Hyperlinks.Add Anchor:=xCell, Address:=xCell.Formula<br />
    Next xCell<br />
    Else<br />
    Range(Selection, Selection.End(xlDown)).Select<br />
    For Each xCell In Selection<br />
        ActiveSheet.Hyperlinks.Add Anchor:=xCell, Address:=xCell.Formula<br />
    Next xCell<br />
    Range(&#8220;A1&#8243;).Activate<br />
    End If</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.pdxtc.com/wpblog/tools/make-my-links-live-in-excel/comment-page-1/#comment-87301</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 17 Jan 2011 15:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=728#comment-87301</guid>
		<description>This if an excellent tool thank you</description>
		<content:encoded><![CDATA[<p>This if an excellent tool thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.pdxtc.com/wpblog/tools/make-my-links-live-in-excel/comment-page-1/#comment-56710</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 20 Apr 2010 01:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=728#comment-56710</guid>
		<description>Scott,

Thanks man. You&#039;ve just saved me hours of work - this is simply brilliant.

Many Blessings
Paul</description>
		<content:encoded><![CDATA[<p>Scott,</p>
<p>Thanks man. You&#8217;ve just saved me hours of work &#8211; this is simply brilliant.</p>
<p>Many Blessings<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.pdxtc.com/wpblog/tools/make-my-links-live-in-excel/comment-page-1/#comment-56709</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 19 Apr 2010 12:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=728#comment-56709</guid>
		<description>You&#039;re welcome, and yeah, they do need http:// of course.  Our macro wouldn&#039;t add that because you have to have it in there in the first place - That&#039;s my whole point! If you DO have http:// then Excel should simply recognize it, but it doesn&#039;t...</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome, and yeah, they do need http:// of course.  Our macro wouldn&#8217;t add that because you have to have it in there in the first place &#8211; That&#8217;s my whole point! If you DO have http:// then Excel should simply recognize it, but it doesn&#8217;t&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://www.pdxtc.com/wpblog/tools/make-my-links-live-in-excel/comment-page-1/#comment-56708</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Mon, 19 Apr 2010 12:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=728#comment-56708</guid>
		<description>I don&#039;t know whom to thank but I thank you all for this brilliant macro! Just one line saved thousands of hours since I had about 3000 rows of links to activate!
Just an ifno... I had to add to every row (link actually) the &quot;http://&quot; part in the beginning in order for the macro to work normally.
Thanks to the Queen but also to Scott for uploading it!</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know whom to thank but I thank you all for this brilliant macro! Just one line saved thousands of hours since I had about 3000 rows of links to activate!<br />
Just an ifno&#8230; I had to add to every row (link actually) the &#8220;http://&#8221; part in the beginning in order for the macro to work normally.<br />
Thanks to the Queen but also to Scott for uploading it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.pdxtc.com/wpblog/tools/make-my-links-live-in-excel/comment-page-1/#comment-53173</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 24 Nov 2009 22:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=728#comment-53173</guid>
		<description>Thanks Steve  - I sure wish there was a a way to code it into the toolbar!</description>
		<content:encoded><![CDATA[<p>Thanks Steve  &#8211; I sure wish there was a a way to code it into the toolbar!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.pdxtc.com/wpblog/tools/make-my-links-live-in-excel/comment-page-1/#comment-53157</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 24 Nov 2009 10:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=728#comment-53157</guid>
		<description>This is brilliant. Like you say, it&#039;s a shame Excel can&#039;t understand &amp; do it itself. This is a problem I have come across regularly so this macro is really going to help me.

Thankyou.</description>
		<content:encoded><![CDATA[<p>This is brilliant. Like you say, it&#8217;s a shame Excel can&#8217;t understand &amp; do it itself. This is a problem I have come across regularly so this macro is really going to help me.</p>
<p>Thankyou.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colleen Wright</title>
		<link>http://www.pdxtc.com/wpblog/tools/make-my-links-live-in-excel/comment-page-1/#comment-48218</link>
		<dc:creator>Colleen Wright</dc:creator>
		<pubDate>Mon, 04 May 2009 18:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=728#comment-48218</guid>
		<description>Thanks Scott! This has been a frustration for me for a while now!</description>
		<content:encoded><![CDATA[<p>Thanks Scott! This has been a frustration for me for a while now!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.pdxtc.com/wpblog/tools/make-my-links-live-in-excel/feed/ ) in 0.97752 seconds, on Feb 11th, 2012 at 4:04 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 13th, 2012 at 12:57 pm UTC -->
