<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>moko_03_25</author_name>
  <author_url>https://blog.hatena.ne.jp/moko_03_25/</author_url>
  <blog_title>ゲームエフェクトデザイナーのブログ | A Real-Time VFX Artist's Blog</blog_title>
  <blog_url>https://effect.hatenablog.com/</blog_url>
  <categories>
    <anon>Hidemaru ＆ Excel</anon>
  </categories>
  <description>エクセルのVBAで便利な記述の備忘録。標準操作でできる範囲ならマクロの記録である程度なんとかなりますね。。 A1からA列の最下行の範囲 A列の1行目からA列で何か記入している最下行の範囲を表す場合。 Range(&quot;A1&quot;, .Range(&quot;A&quot; &amp; .Rows.Count).End(xlUp)) データサイズのバイト表記をKiB表記にする A列にデータサイズが並んでいてB列にKiB表記にしたいときはこちら。 ' A列を1024で割ったものをB列に入れる Range(&quot;B1&quot;).Select ActiveCell.FormulaR1C1 = &quot;=RC[-1]/1024&quot; Range(&quot;B1&quot;).…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Feffect.hatenablog.com%2Fentry%2F2016%2F08%2F26%2F021608&quot; title=&quot;エクセルで便利なVBAマクロのメモ - ゲームエフェクトデザイナーのブログ | A Real-Time VFX Artist&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>2016-08-26 02:16:08</published>
  <title>エクセルで便利なVBAマクロのメモ</title>
  <type>rich</type>
  <url>https://effect.hatenablog.com/entry/2016/08/26/021608</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
