<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>houmei</author_name>
  <author_url>https://blog.hatena.ne.jp/houmei/</author_url>
  <blog_title>計算機設定記録</blog_title>
  <blog_url>https://keisanki.hateblo.jp/</blog_url>
  <categories>
    <anon>FizzBuzz</anon>
    <anon>VBA</anon>
  </categories>
  <description>Sub FizzBuzz() ' ' Office:Mac 2011で確認 ' [ツール]→[マクロ]→[マクロ…]で適当な名前を入れてコード画面を開き、コピー＆ペースト ' For i = 1 To 100 s = &quot;&quot; If i Mod 3 = 0 Then s = &quot;Fizz&quot; End If If i Mod 5 = 0 Then s = s + &quot;Buzz&quot; End If If s = &quot;&quot; Then s = CStr(i) End If Range(&quot;A&quot; &amp; i).Value = s Next End Sub</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkeisanki.hateblo.jp%2Fentry%2F20111022%2F1319265902&quot; title=&quot;Excel VBAでFizzBuzz - 計算機設定記録&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>2011-10-22 15:45:02</published>
  <title>Excel VBAでFizzBuzz</title>
  <type>rich</type>
  <url>https://keisanki.hateblo.jp/entry/20111022/1319265902</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
