<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>haru-s</author_name>
  <author_url>https://blog.hatena.ne.jp/haru-s/</author_url>
  <blog_title>...ing logging 4.0</blog_title>
  <blog_url>https://haru-s.hatenablog.com/</blog_url>
  <categories>
    <anon>VBA</anon>
  </categories>
  <description>Function join(r As Range, sep As String) As String Dim result As String Dim c As Range For Each c In r If c.Value &lt;&gt; &quot;&quot; Then result = result &amp; c.Value &amp; sep End If Next c If Len(result) = 0 Then join = &quot;&quot; Else join = Left(result, Len(result) - Len(sep)) End If End Function</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fharu-s.hatenablog.com%2Fentry%2F20110803%2F1312384106&quot; title=&quot;区切り文字指定が可能なセル文字列連結関数 - ...ing logging 4.0&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>2011-08-03 00:08:26</published>
  <title>区切り文字指定が可能なセル文字列連結関数</title>
  <type>rich</type>
  <url>https://haru-s.hatenablog.com/entry/20110803/1312384106</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
