<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Infoment</author_name>
  <author_url>https://blog.hatena.ne.jp/Infoment/</author_url>
  <blog_title>Infomentのブログ ～Excel VBA奮闘記～</blog_title>
  <blog_url>https://infoment.hatenablog.com/</blog_url>
  <categories>
    <anon>Excel</anon>
    <anon>VBA</anon>
    <anon>試してみた</anon>
  </categories>
  <description>先日から、Excelでスピログラフを作成している。 infoment.hatenablog.com 今日も、前回の続きから。 前回は、三つの小さな円を同時に回転させてみた。作ってみると、円が一つ 増えるたびに 変数宣言 6回 変数の再宣言（Redim） 6回 変数の計算 6回 計算結果を配列にセット 6回 ということで、「：」で複数行をつながなければ、コードが24行増えることが 分かった。円が増えるたびに変数を増やすのも、それをどう計算するか考える のも大変なので、式を一般化してみた。 Sub 複数ぐるぐる() Dim π As Double π = WorksheetFunction.Pi …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finfoment.hatenablog.com%2Fentry%2F2021%2F10%2F10%2F102040&quot; title=&quot;円の内側で円を転がす　～ｎ個の円に対応（式の一般化）～ - Infomentのブログ ～Excel VBA奮闘記～&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>https://cdn-ak.f.st-hatena.com/images/fotolife/I/Infoment/20211010/20211010095409.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-10-10 10:20:40</published>
  <title>円の内側で円を転がす　～ｎ個の円に対応（式の一般化）～</title>
  <type>rich</type>
  <url>https://infoment.hatenablog.com/entry/2021/10/10/102040</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
