<?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>
    <anon>クラスモジュール</anon>
  </categories>
  <description>Excel VBAにおいて、処理の高速化といえばこれ。 Application.ScreenUpdating = False 画面の更新を一時停止することで、処理の高速化が望める。また、シートのチェンジイベントに於いて、忘れてならないのがこれ。 Application.EnableEvents = False 例えば、A1の値が変わったら、２倍した値をA1に入力したとする。 A1の値が1になる ⇒ A1に、1×2=2を入力。 A1の値が2になった！ ⇒ A1に、2×2=4を入力。 A1の値が4になった！ ⇒ ・・・ となり、無限ループに陥る。途中でエラー終了すれば、まだ救いがある。しかし、うっ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finfoment.hatenablog.com%2Fentry%2F2019%2F08%2F18%2F095318&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.blog.st-hatena.com/images/theme/og-image-1500.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-08-18 09:53:18</published>
  <title>有効 ⇔ 無効の切り替えが面倒くさくなった話（邪道？）</title>
  <type>rich</type>
  <url>https://infoment.hatenablog.com/entry/2019/08/18/095318</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
