<?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>VBAの基本 アーカイブ | Excelを制する者は人生を制す</title>
	<atom:link href="https://excel-master.net/category/common/vba-basic/feed/" rel="self" type="application/rss+xml" />
	<link>https://excel-master.net/category/common/vba-basic/</link>
	<description>Excelで消耗する人を減らすために各種ノウハウを展開中。あなたのExcelスキルの向上が、働き方改革・データドリブン・DXを実現する第一歩です。</description>
	<lastBuildDate>Thu, 18 Sep 2025 10:56:44 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>

<image>
	<url>https://excel-master.net/wp-content/uploads/2021/12/Excelブログ_ファビコン.png</url>
	<title>VBAの基本 アーカイブ | Excelを制する者は人生を制す</title>
	<link>https://excel-master.net/category/common/vba-basic/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">47145981</site>	<item>
		<title>Excelワークシート上のリボンに「開発」タブを表示する設定方法 [マクロ（VBA）基礎]</title>
		<link>https://excel-master.net/common/vba-basic/development-tab/</link>
					<comments>https://excel-master.net/common/vba-basic/development-tab/#respond</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Sat, 05 Mar 2022 04:10:15 +0000</pubDate>
				<category><![CDATA[VBAの基本]]></category>
		<category><![CDATA[マクロ（VBA）]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=1181</guid>

					<description><![CDATA[<p>はじめに 本題に入る前に、この記事がおすすめな方を挙げてみます。 これからExcel VBAを始めたい方 リボン「開発」タブの表示方法が分からない方 コントロール機能を使いたい方 前提条件 この記事のテクニックを使うため [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/common/vba-basic/development-tab/">Excelワークシート上のリボンに「開発」タブを表示する設定方法 [マクロ（VBA）基礎]</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/common/vba-basic/development-tab/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1181</post-id>	</item>
		<item>
		<title>【Excel VBA】表全体を選択するCurrentRegionプロパティ</title>
		<link>https://excel-master.net/common/vba-basic/currentregion-property/</link>
					<comments>https://excel-master.net/common/vba-basic/currentregion-property/#respond</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Tue, 23 Sep 2014 20:41:06 +0000</pubDate>
				<category><![CDATA[VBAの基本]]></category>
		<category><![CDATA[CurrentRegionプロパティ]]></category>
		<category><![CDATA[Selectメソッド]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=4236</guid>

					<description><![CDATA[<p>先日Selectメソッドについて解説しました。 【Excel VBA】指定したセル範囲やワークシートを選択するSelectメソッド &#124; Excelを制する者は人生を制す　～No Excel No Life～ このSele [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/common/vba-basic/currentregion-property/">【Excel VBA】表全体を選択するCurrentRegionプロパティ</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/common/vba-basic/currentregion-property/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4236</post-id>	</item>
		<item>
		<title>【Excel VBA】SelectメソッドとActivateメソッドの違い</title>
		<link>https://excel-master.net/common/vba-basic/select-activate-difference/</link>
					<comments>https://excel-master.net/common/vba-basic/select-activate-difference/#respond</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Tue, 16 Sep 2014 19:49:19 +0000</pubDate>
				<category><![CDATA[VBAの基本]]></category>
		<category><![CDATA[Activateメソッド]]></category>
		<category><![CDATA[Selectメソッド]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=4152</guid>

					<description><![CDATA[<p>先日SelectメソッドとActivateメソッドについて解説しました。 【Excel VBA】指定したセルやワークシート・ブックをアクティブにするActivateメソッド &#124; Excelを制する者は人生を制す　～No  [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/common/vba-basic/select-activate-difference/">【Excel VBA】SelectメソッドとActivateメソッドの違い</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/common/vba-basic/select-activate-difference/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4152</post-id>	</item>
		<item>
		<title>【Excel VBA】指定したセルやワークシート・ブックをアクティブにするActivateメソッド</title>
		<link>https://excel-master.net/common/vba-basic/activate-method/</link>
					<comments>https://excel-master.net/common/vba-basic/activate-method/#respond</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Tue, 09 Sep 2014 20:40:22 +0000</pubDate>
				<category><![CDATA[VBAの基本]]></category>
		<category><![CDATA[Activateメソッド]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=4067</guid>

					<description><![CDATA[<p>皆さんが普段Excelで何かしらの表などを作成する際、マウスなどで範囲を選択して罫線を引いたり、文字を入力したりする際、その対象となるセルやシート、ブックをアクティブにする必要があります。 「アクティブ」とは「今現在操作 [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/common/vba-basic/activate-method/">【Excel VBA】指定したセルやワークシート・ブックをアクティブにするActivateメソッド</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/common/vba-basic/activate-method/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4067</post-id>	</item>
		<item>
		<title>【Excel VBA】指定したセル範囲やワークシートを選択するSelectメソッド</title>
		<link>https://excel-master.net/common/vba-basic/select-method/</link>
					<comments>https://excel-master.net/common/vba-basic/select-method/#respond</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Tue, 02 Sep 2014 20:34:48 +0000</pubDate>
				<category><![CDATA[VBAの基本]]></category>
		<category><![CDATA[Rangeプロパティ]]></category>
		<category><![CDATA[Selectメソッド]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=3994</guid>

					<description><![CDATA[<p>皆さんが普段Excelで何かしらの表などを作成する際、マウスなどで範囲を選択して罫線を引いたり、文字を入力したりします。 その際、「操作の対象範囲を選択する」ということが最初にやるべきことになります。 VBAにおいても同 [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/common/vba-basic/select-method/">【Excel VBA】指定したセル範囲やワークシートを選択するSelectメソッド</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/common/vba-basic/select-method/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3994</post-id>	</item>
		<item>
		<title>【Excel VBA】指定したオブジェクトの列を参照するColumnsプロパティまとめ</title>
		<link>https://excel-master.net/common/vba-basic/columns-properties/</link>
					<comments>https://excel-master.net/common/vba-basic/columns-properties/#respond</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Tue, 26 Aug 2014 21:49:21 +0000</pubDate>
				<category><![CDATA[VBAの基本]]></category>
		<category><![CDATA[Columnsプロパティ]]></category>
		<category><![CDATA[Selectメソッド]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=3913</guid>

					<description><![CDATA[<p>先日指定したオブジェクトの行を参照するRowsプロパティについて解説しました。 【Excel VBA】指定したオブジェクトの行を参照するRowsプロパティまとめ &#124; Excelを制する者は人生を制す　～No Excel  [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/common/vba-basic/columns-properties/">【Excel VBA】指定したオブジェクトの列を参照するColumnsプロパティまとめ</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/common/vba-basic/columns-properties/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3913</post-id>	</item>
		<item>
		<title>【Excel VBA】指定したオブジェクトの行を参照するRowsプロパティまとめ</title>
		<link>https://excel-master.net/common/vba-basic/rows-properties/</link>
					<comments>https://excel-master.net/common/vba-basic/rows-properties/#respond</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Tue, 19 Aug 2014 21:13:32 +0000</pubDate>
				<category><![CDATA[VBAの基本]]></category>
		<category><![CDATA[Rowsプロパティ]]></category>
		<category><![CDATA[Selectメソッド]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=3812</guid>

					<description><![CDATA[<p>先日Cellsプロパティで行と列を別々に指定してセルを参照する方法について解説しました。 【Excel VBA】行と列を別々に指定してセルを参照するCellsプロパティまとめ &#124; Excelを制する者は人生を制す　～No [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/common/vba-basic/rows-properties/">【Excel VBA】指定したオブジェクトの行を参照するRowsプロパティまとめ</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/common/vba-basic/rows-properties/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3812</post-id>	</item>
		<item>
		<title>【Excel VBA】行と列を別々に指定してセルを参照するCellsプロパティまとめ</title>
		<link>https://excel-master.net/common/vba-basic/cells-properties/</link>
					<comments>https://excel-master.net/common/vba-basic/cells-properties/#respond</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Tue, 12 Aug 2014 20:11:37 +0000</pubDate>
				<category><![CDATA[VBAの基本]]></category>
		<category><![CDATA[Cellsプロパティ]]></category>
		<category><![CDATA[Selectメソッド]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=3723</guid>

					<description><![CDATA[<p>ExcelVBAにおいて、セル単位で操作をするケースが非常に多いです。 その場合、先日解説したRangeプロパティが代表的ですが、単一セルを指定するプロパティは他にもあります。 【Excel VBA】単一セルやセル範囲を [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/common/vba-basic/cells-properties/">【Excel VBA】行と列を別々に指定してセルを参照するCellsプロパティまとめ</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/common/vba-basic/cells-properties/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3723</post-id>	</item>
		<item>
		<title>【Excel VBA】単一セルやセル範囲を参照するRangeプロパティまとめ</title>
		<link>https://excel-master.net/common/vba-basic/range-properties/</link>
					<comments>https://excel-master.net/common/vba-basic/range-properties/#respond</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Tue, 05 Aug 2014 20:49:25 +0000</pubDate>
				<category><![CDATA[VBAの基本]]></category>
		<category><![CDATA[Rangeプロパティ]]></category>
		<category><![CDATA[Selectメソッド]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=3623</guid>

					<description><![CDATA[<p>ExcelVBAにおいて、セル単位で操作をするケースが非常に多いです。 セル単位を操作するにはRangeプロパティを使用してRangeオブジェクトを取得する必要があります。 つまり、RangeプロパティはExcelVBA [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/common/vba-basic/range-properties/">【Excel VBA】単一セルやセル範囲を参照するRangeプロパティまとめ</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/common/vba-basic/range-properties/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3623</post-id>	</item>
		<item>
		<title>【VBA関数】MsgBox関数でメッセージを表示する方法</title>
		<link>https://excel-master.net/common/vba-basic/msgbox-01/</link>
					<comments>https://excel-master.net/common/vba-basic/msgbox-01/#respond</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Tue, 29 Jul 2014 20:33:53 +0000</pubDate>
				<category><![CDATA[VBAの基本]]></category>
		<category><![CDATA[【VBA関数】MsgBox関数]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=3528</guid>

					<description><![CDATA[<p>Excelにおいて、関数とは通常ワークシート関数をさします。 しかし、VBAにも数多くの関数が存在し、中にはワークシート関数にない機能を有しているものもあります。 今回はVBA関数の中でも初心者向け、かつVBA関数ならで [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/common/vba-basic/msgbox-01/">【VBA関数】MsgBox関数でメッセージを表示する方法</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/common/vba-basic/msgbox-01/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3528</post-id>	</item>
	</channel>
</rss>
