<?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>
	【Excel VBA】1行飛ばしで転記するループ処理（For Nextステートメント） へのコメント	</title>
	<atom:link href="https://excel-master.net/data-shaping/skip-1-row-loop/feed/" rel="self" type="application/rss+xml" />
	<link>https://excel-master.net/data-shaping/skip-1-row-loop/</link>
	<description>Excelで消耗する人を減らすために各種ノウハウを展開中。あなたのExcelスキルの向上が、働き方改革・データドリブン・DXを実現する第一歩です。</description>
	<lastBuildDate>Mon, 17 Jan 2022 23:35:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>
		森田貢士 より		</title>
		<link>https://excel-master.net/data-shaping/skip-1-row-loop/#comment-300491</link>

		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Sat, 25 Jan 2020 15:05:43 +0000</pubDate>
		<guid isPermaLink="false">https://excel-master.net/?p=6048#comment-300491</guid>

					<description><![CDATA[&lt;a href=&quot;https://excel-master.net/data-shaping/skip-1-row-loop/#comment-299831&quot;&gt;まっつん&lt;/a&gt; への返信。

まっつんさん

コメントありがとうございます。
ご質問の件、結論から言うと「可能」です。

ループの1回目が4行目、2回目以降は3行ずつ増えていきたいなら、本記事のコードを例にすると、13行目（Sheet1のCells部分）が以下のようになります。

ThisWorkbook.Sheets(&quot;Sheet1&quot;).Cells(i * 3 + 1, 1) = WB.Sheets(&quot;ツール&quot;).Cells(i + 1, 4)

こうすると、ループ1回目（i=1）が4行目、ループ2回目（i=2）が7行目、ループ3回目（i=3）が10行目、という風にループされていきますよ。
ご参考になれば幸いですm(__)m]]></description>
			<content:encoded><![CDATA[<p>まっつんさん</p>
<p>コメントありがとうございます。<br />
ご質問の件、結論から言うと「可能」です。</p>
<p>ループの1回目が4行目、2回目以降は3行ずつ増えていきたいなら、本記事のコードを例にすると、13行目（Sheet1のCells部分）が以下のようになります。</p>
<p>ThisWorkbook.Sheets(&#8220;Sheet1&#8221;).Cells(i * 3 + 1, 1) = WB.Sheets(&#8220;ツール&#8221;).Cells(i + 1, 4)</p>
<p>こうすると、ループ1回目（i=1）が4行目、ループ2回目（i=2）が7行目、ループ3回目（i=3）が10行目、という風にループされていきますよ。<br />
ご参考になれば幸いですm(__)m</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		まっつん より		</title>
		<link>https://excel-master.net/data-shaping/skip-1-row-loop/#comment-299831</link>

		<dc:creator><![CDATA[まっつん]]></dc:creator>
		<pubDate>Tue, 21 Jan 2020 06:19:40 +0000</pubDate>
		<guid isPermaLink="false">https://excel-master.net/?p=6048#comment-299831</guid>

					<description><![CDATA[こちらのVBA構文でお聞きしたいことがございます。
今回、２行おきに貼り付ける内容となっておりましたが、これが、最初だけ４行、そこから3行おきに貼り付けるようにしたのですが、可能でしょうか。]]></description>
			<content:encoded><![CDATA[<p>こちらのVBA構文でお聞きしたいことがございます。<br />
今回、２行おきに貼り付ける内容となっておりましたが、これが、最初だけ４行、そこから3行おきに貼り付けるようにしたのですが、可能でしょうか。</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
