<?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>
  </categories>
  <description>とあるサイトのＵＲＬについて、指定日のページはこのようになっている。 https://*****/2020/10/2020-1028.html 今日は、これを如何にして取得したか、というお話。 上記を分解すると、こうなっている。 赤が、可変の部分になる。これを昔の私だったら多分、こう書いて求めただろう。 ※かつて勘違いしていた部分も含め、正確に再現。 Sub Sample1() Dim 年, 月, 日 As Integer 年 = Year(Date) 月 = Month(Date) 日 = Day(Date) Dim URL As String URL = &quot;https://*****/&quot; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finfoment.hatenablog.com%2Fentry%2F2020%2F10%2F28%2F225322&quot; title=&quot;意外とムチャが効くyyyymmdd - 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/20201028/20201028220958.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-10-28 22:53:22</published>
  <title>意外とムチャが効くyyyymmdd</title>
  <type>rich</type>
  <url>https://infoment.hatenablog.com/entry/2020/10/28/225322</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
