<?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>一昨日、８桁の数値を日付データへ変換してみた。 infoment.hatenablog.com色々やるうちに、漢字の日付も変換したくなった。 そこで今日は、日付の関数時を数値として認識することに挑戦する。 万・億・兆と大きな桁になると話は別だが、日付に登場する一～三十一までを変換するならば、さほど難しくない。今回の作戦は、↓ こうだ。 漢数字を単純に、数字に置き換える。 文字数から判断して、「十」を「10」として扱う。 Function ChineseToArabicNumerals(str As String) As Long Dim Sorce As String Sorce = &quot;一二三…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finfoment.hatenablog.com%2Fentry%2F2019%2F07%2F02%2F234213&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-ak.f.st-hatena.com/images/fotolife/I/Infoment/20190702/20190702233339.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-07-02 23:42:13</published>
  <title>漢数字（日付）を数値として認識してみる</title>
  <type>rich</type>
  <url>https://infoment.hatenablog.com/entry/2019/07/02/234213</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
