<?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: Hyperlinking to a Word Bookmark</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/04/21/hyperlinking-to-a-word-bookmark/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/04/21/hyperlinking-to-a-word-bookmark/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Steve</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/04/21/hyperlinking-to-a-word-bookmark/#comment-65331</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 29 Jul 2011 13:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=482#comment-65331</guid>
		<description>&lt;p&gt;Brilliant,  Thank you&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Brilliant,  Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Torrens</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/04/21/hyperlinking-to-a-word-bookmark/#comment-41183</link>
		<dc:creator>David Torrens</dc:creator>
		<pubDate>Tue, 22 Sep 2009 23:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=482#comment-41183</guid>
		<description>&lt;p&gt;If you set up this Macro:&lt;/p&gt;
&lt;p&gt;Sub Macro2()&lt;br&gt;
&#039;&lt;br&gt;
&#039; Macro2 Macro&lt;br&gt;
&#039; Macro recorded 05/03/2009 by David Torrens&lt;br&gt;
&#039;&lt;br&gt;
&#039; Keyboard Shortcut: Ctrl+j&lt;br&gt;
Dim CellValue As String&lt;br&gt;
    CellValue = ActiveCell.Value&lt;br&gt;
    ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:=CellValue, _&lt;br&gt;
        TextToDisplay:=CellValue&lt;br&gt;
    ActiveCell.Offset(1, 0).Activate&lt;br&gt;
&#039;&lt;br&gt;
End Sub&lt;/p&gt;
&lt;p&gt;it will turn the text in a cell into a hyperlink andf jump to the next cell down.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If you set up this Macro:</p>
<p>Sub Macro2()<br />
&#8216;<br />
&#8216; Macro2 Macro<br />
&#8216; Macro recorded 05/03/2009 by David Torrens<br />
&#8216;<br />
&#8216; Keyboard Shortcut: Ctrl+j<br />
Dim CellValue As String<br />
    CellValue = ActiveCell.Value<br />
    ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:=CellValue, _<br />
        TextToDisplay:=CellValue<br />
    ActiveCell.Offset(1, 0).Activate<br />
&#8216;<br />
End Sub</p>
<p>it will turn the text in a cell into a hyperlink andf jump to the next cell down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/04/21/hyperlinking-to-a-word-bookmark/#comment-28544</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Fri, 09 Nov 2007 01:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=482#comment-28544</guid>
		<description>&lt;p&gt;Just wanted to clarify.  It works perfectly but you have to do it when the instructions say to (ie. while creating the hyperlink).  You can&#039;t just add &quot;#BookmarkName&quot; to the end of the text in a cell that represents the hyperlink.  It wont work that way since the text in the cell is merely the text of the hyperlink and not the hyperlink itself.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just wanted to clarify.  It works perfectly but you have to do it when the instructions say to (ie. while creating the hyperlink).  You can&#8217;t just add &#8220;#BookmarkName&#8221; to the end of the text in a cell that represents the hyperlink.  It wont work that way since the text in the cell is merely the text of the hyperlink and not the hyperlink itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toby</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/04/21/hyperlinking-to-a-word-bookmark/#comment-22725</link>
		<dc:creator>Toby</dc:creator>
		<pubDate>Fri, 09 Mar 2007 05:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=482#comment-22725</guid>
		<description>&lt;p&gt;Thank you! I don&#039;t know why that information isn&#039;t in the help files in Word or Excel. I don&#039;t know what I would do without your site.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you! I don&#8217;t know why that information isn&#8217;t in the help files in Word or Excel. I don&#8217;t know what I would do without your site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phill.</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/04/21/hyperlinking-to-a-word-bookmark/#comment-21865</link>
		<dc:creator>Phill.</dc:creator>
		<pubDate>Fri, 15 Dec 2006 23:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=482#comment-21865</guid>
		<description>&lt;p&gt;I tried and it works great!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I tried and it works great!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/04/21/hyperlinking-to-a-word-bookmark/#comment-15534</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Wed, 13 Jul 2005 20:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=482#comment-15534</guid>
		<description>&lt;p&gt;THAT DOESNT WORK!!!!!!!!!!!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>THAT DOESNT WORK!!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

