<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>doavengers</author_name>
  <author_url>https://blog.hatena.ne.jp/doavengers/</author_url>
  <blog_title>[VBA,VB.NET,C#,PHP]プログラムTips集</blog_title>
  <blog_url>https://doavengers.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>CSVファイルorテキストファイルの末尾にできる改行のみを削除する方法です。 CreateObject(&quot;VBScript.RegExp&quot;) を作成して、文字列パターン re.Pattern = vbCrLf &amp; &quot;+$&quot; で末尾の１個以上の改行を削除します。（途中行の改行は削除されません） ' 末尾の改行削除 Public Function DeleteCRLF(ByVal strNewFileLine As String) Dim re As Object Dim result As String Set re = CreateObject(&quot;VBScript.RegExp&quot;) 're.P…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdoavengers.hateblo.jp%2Fentry%2F2018%2F11%2F06%2F193653&quot; title=&quot;VBAでCSVファイルの末尾にできる改行を削除する方法 - [VBA,VB.NET,C#,PHP]プログラムTips集&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://thumbnail.image.rakuten.co.jp/@0_mall/rakutenkobo-ebooks/cabinet/3201/2000004933201.jpg?_ex=128x128</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-11-06 19:36:53</published>
  <title>VBAでCSVファイルの末尾にできる改行を削除する方法</title>
  <type>rich</type>
  <url>https://doavengers.hateblo.jp/entry/2018/11/06/193653</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
