<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kurukuru-papa</author_name>
  <author_url>https://blog.hatena.ne.jp/kurukuru-papa/</author_url>
  <blog_title>kurukuru-papaのブログ</blog_title>
  <blog_url>https://kurukurupapa.hatenablog.com/</blog_url>
  <categories>
    <anon>ExcelVBA</anon>
  </categories>
  <description>繰り返し制御の構文の書き方、すぐに忘れてしまうのでメモします。 For文 For カウンタ = 初期値 To 最終値 [Step 増分] … [Exit For] Next [カウンタ] For Each文 For Each 要素を示す変数 In 配列またはコレクションの名前 … [Exit For] Next [要素を示す変数] Do Loop文 Do While 条件 … [Exit Do] Loop Do Until 条件 … [Exit Do] Loop While文 While 条件式 … Wend 処理の途中でループを抜けることが出来ない。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkurukurupapa.hatenablog.com%2Fentry%2F20080316%2F1205637525&quot; title=&quot; 繰り返し制御 - kurukuru-papaのブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-03-16 12:18:45</published>
  <title> 繰り返し制御</title>
  <type>rich</type>
  <url>https://kurukurupapa.hatenablog.com/entry/20080316/1205637525</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
