<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shikaku</author_name>
  <author_url>https://blog.hatena.ne.jp/shikaku/</author_url>
  <blog_title>shikaku's blog</blog_title>
  <blog_url>https://blog.systemjp.net/</blog_url>
  <categories>
    <anon>ExcelVBA</anon>
  </categories>
  <description>ReDim Preserveしていく。 Sgn()で未初期化か判定できる Dim arr() As String For i = 0 To 4 If Sgn(arr) = 0 Then '初期化されていないので初期化 ReDim Preserve arr(0) Else '初期化されているので要素を追加 ReDim Preserve arr(UBound(arr) + 1) End If arr(UBound(arr)) = i * 2 Next '結果 'arr(0) 0 'arr(1) 2 'arr(2) 4 'arr(3) 6 'arr(4) 8 ネタ元 https://zukucode…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.systemjp.net%2Fentry%2F2020%2F04%2F30%2F143505&quot; title=&quot;VBAで配列を追加していく技 - shikaku&amp;#39;s blog&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>2020-04-30 14:35:05</published>
  <title>VBAで配列を追加していく技</title>
  <type>rich</type>
  <url>https://blog.systemjp.net/entry/2020/04/30/143505</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
