<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kuku81kuku81</author_name>
  <author_url>https://blog.hatena.ne.jp/kuku81kuku81/</author_url>
  <blog_title>Django Girls and Boys 備忘録</blog_title>
  <blog_url>https://kuku81kuku81.hatenablog.com/</blog_url>
  <categories>
    <anon>Excel</anon>
    <anon>VBA</anon>
    <anon>マクロ</anon>
  </categories>
  <description>VBAで文字列を扱っていると、「逆から読めたら楽なのに…」と思う場面、意外とあります。 そんなときに使えるのがStrReverse() 関数です。 名前の通り、文字列を丸ごと反転してくれるシンプルな関数ですが、使いどころを知ると「地味に便利」な存在になります。 🔹 StrReverse()とは？ 基本の書式 StrReverse(文字列) 超シンプルな例 Debug.Print StrReverse(&quot;ABCDE&quot;) 出力： EDCBA これだけ。引数も1つだけで、とても覚えやすい関数です。 💡 実務での意外な使い道①：拡張子チェックを簡単に ファイル名の末尾を判定したいとき、InStrRev…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkuku81kuku81.hatenablog.com%2Fentry%2F2026%2F02%2F01_Excel_VBA_how_to_use_StrReverse%2528%2529&quot; title=&quot;【Excelマクロ小ネタ】StrReverse()で文字列を反転する意外な使い道 - Django Girls and Boys 備忘録&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/k/kuku81kuku81/20220605/20220605115219.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2026-02-01 19:00:00</published>
  <title>【Excelマクロ小ネタ】StrReverse()で文字列を反転する意外な使い道</title>
  <type>rich</type>
  <url>https://kuku81kuku81.hatenablog.com/entry/2026/02/01_Excel_VBA_how_to_use_StrReverse%28%29</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
