<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A Magic Web &#187; Excel</title>
	<atom:link href="http://www.a-magic-web.com/others/software/excel/feed" rel="self" type="application/rss+xml" />
	<link>http://www.a-magic-web.com</link>
	<description></description>
	<lastBuildDate>Sat, 07 Aug 2010 05:57:45 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Excel VBA ハイパーリンクの挿入</title>
		<link>http://www.a-magic-web.com/others/software/excel/vba/excel_vba_hyperlink.html</link>
		<comments>http://www.a-magic-web.com/others/software/excel/vba/excel_vba_hyperlink.html#comments</comments>
		<pubDate>Wed, 04 Nov 2009 23:09:58 +0000</pubDate>
		<dc:creator>vohedge</dc:creator>
				<category><![CDATA[vba]]></category>

		<guid isPermaLink="false">http://www.a-magic-web.com/others/software/excel/vba/excel-vba-%e3%83%8f%e3%82%a4%e3%83%91%e3%83%bc%e3%83%aa%e3%83%b3%e3%82%af%e3%81%ae%e6%8c%bf%e5%85%a5.html</guid>
		<description><![CDATA[ActiveSheet.Hyperlinks.Add Anchor:=ハイパーリンクの挿入位置, _ Address:=目的の文書, _ SubAddress:= 目的の文書内の位置, _ TextToDisplay:=表示文字列 Address 目的の文書（html、xls、doc等）のファイル名とそのファイルまでのパスを指定。 SubAddress 目的の文書内の位置を指定。Excelなら定義した名前やセル、htmlならidなど。省略可能。 TextToDisplay ハイパーリンクを張る場所に表示するテキストを指定する。 ハイパーリンクを削除 Range(&#8220;A1&#8243;).Hyperlinks.Delete Range(&#8220;A1&#8243;).ClearContents]]></description>
			<content:encoded><![CDATA[<pre class="brush: vb">ActiveSheet.Hyperlinks.Add Anchor:=ハイパーリンクの挿入位置, _
	Address:=目的の文書, _
	SubAddress:= 目的の文書内の位置, _
	TextToDisplay:=表示文字列</pre>
<h4>Address</h4>
<p>目的の文書（html、xls、doc等）のファイル名とそのファイルまでのパスを指定。</p>
<h4>SubAddress</h4>
<p>目的の文書内の位置を指定。Excelなら定義した名前やセル、htmlならidなど。省略可能。</p>
<h4>TextToDisplay</h4>
<p>ハイパーリンクを張る場所に表示するテキストを指定する。</p>
<h3>ハイパーリンクを削除</h3>
<p>Range(&#8220;A1&#8243;).Hyperlinks.Delete<br />
Range(&#8220;A1&#8243;).ClearContents</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a-magic-web.com/others/software/excel/vba/excel_vba_hyperlink.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>エクセルのシート名を参照する関数</title>
		<link>http://www.a-magic-web.com/others/software/excel_reference_sheetname.html</link>
		<comments>http://www.a-magic-web.com/others/software/excel_reference_sheetname.html#comments</comments>
		<pubDate>Sun, 12 Apr 2009 05:37:50 +0000</pubDate>
		<dc:creator>vohedge</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[ソフトウエア]]></category>

		<guid isPermaLink="false">http://www.a-magic-web.com/?p=33</guid>
		<description><![CDATA[セルの中に以下の式を入れると、シートの名前が参照されてきます。A1とかに入れて太字にしておくと、シート名がシートの見出しのようになって便利です。 =MID(CELL(&#8220;filename&#8221;,$A$1),FIND(&#8220;]&#8221;,CELL(&#8220;filename&#8221;,$A$1))+1,31)]]></description>
			<content:encoded><![CDATA[<p>セルの中に以下の式を入れると、シートの名前が参照されてきます。A1とかに入れて太字にしておくと、シート名がシートの見出しのようになって便利です。</p>
<blockquote><p>=MID(CELL(&#8220;filename&#8221;,$A$1),FIND(&#8220;]&#8221;,CELL(&#8220;filename&#8221;,$A$1))+1,31)</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.a-magic-web.com/others/software/excel_reference_sheetname.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
