<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>defint</author_name>
  <author_url>https://blog.hatena.ne.jp/defint/</author_url>
  <blog_title>プログラミングに関する私的メモ</blog_title>
  <blog_url>https://defint.hatenadiary.org/</blog_url>
  <categories>
    <anon>VBA</anon>
    <anon>EXCEL</anon>
  </categories>
  <description>日付データのフォーマットが、全角半角混在、区切り文字がスラッシュや漢字(年月日)やドット混在、日付シリアル値と文字列の混在などで、組み込み関数や多少のifネストでは日付として解析する事が困難な場合に、シリアル値に統一するVBA。 toDate()が変換本体部、それをワークシートから呼び出しやすいようラッピングしたのがtoDateOpe()。既知の問題点としては、 例えば「平成元年」とだけあると「1989/1/1」のシリアル値に変換するが平成元年は「1989/1/8」以後である。 1900/1/1以前の日付をDate型でセルに代入するとエラーになるので、この場合はシリアル値ではなく、システム規定…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdefint.hatenadiary.org%2Fentry%2F20080924%2F1222243129&quot; title=&quot;ちょっとフォーマットが不統一でも無理やり日付解析 - プログラミングに関する私的メモ&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>2008-09-24 16:58:49</published>
  <title>ちょっとフォーマットが不統一でも無理やり日付解析</title>
  <type>rich</type>
  <url>https://defint.hatenadiary.org/entry/20080924/1222243129</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
