<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mattintosh4</author_name>
  <author_url>https://blog.hatena.ne.jp/mattintosh4/</author_url>
  <blog_title>mattintosh note</blog_title>
  <blog_url>https://mattintosh-note.jp/</blog_url>
  <categories>
    <anon>Excel</anon>
    <anon>VBA</anon>
  </categories>
  <description>「Sheet1」と「Sheet2」を比較して差異によって背景色を変更するマクロ（かなり適当な）。シート比較くらい標準機能で用意しておいてくれればいいのに…。 sub SheetDiff() dim max_row, max_col max_row = 1024 max_col = 256 dim s1, s2 set s1 = worksheets(&quot;sheet1&quot;) set s2 = worksheets(&quot;sheet2&quot;) dim current_address with s2 current_address = selection.address cells.select selecti…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmattintosh-note.jp%2Fentry%2F20150414%2F1429020958&quot; title=&quot;Excel でシートを比較する - mattintosh note&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>http://abovethelaw.com/wp-content/uploads/2014/11/Excel-logo..png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-04-14 23:15:58</published>
  <title>Excel でシートを比較する</title>
  <type>rich</type>
  <url>https://mattintosh-note.jp/entry/20150414/1429020958</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
