<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>hama1226pyのブログ</title>
<link>https://ameblo.jp/hama1226py/</link>
<atom:link href="https://rssblog.ameba.jp/hama1226py/rss20.xml" rel="self" type="application/rss+xml" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
<description>ブログの説明を入力します。</description>
<language>ja</language>
<item>
<title>条件分岐と繰り返し</title>
<description>
<![CDATA[ <p>Sub 条件分岐と繰り返し()<br>&nbsp; &nbsp; Dim RowIdx<br>&nbsp; &nbsp; For RowIdx = 1 To 13　　　　　　　　　　　　　　　'cellのA1からA13まで指定<br>&nbsp; &nbsp; &nbsp; &nbsp; If Cells(RowIdx, 1).Value &gt;= 100 Then　　　　'変数Valueが100より上の場合<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Cells(RowIdx, 2).Value = "合格"　　　　　 '隣のcellに合格と表示する<br>&nbsp; &nbsp; &nbsp; &nbsp; Else<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Cells(RowIdx, 2).Clear<br>&nbsp; &nbsp; &nbsp; &nbsp; End If<br>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; Next</p><p><br>End Sub</p>
]]>
</description>
<link>https://ameblo.jp/hama1226py/entry-12667430270.html</link>
<pubDate>Thu, 08 Apr 2021 23:29:59 +0900</pubDate>
</item>
</channel>
</rss>
