<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kenmituo</author_name>
  <author_url>https://blog.hatena.ne.jp/kenmituo/</author_url>
  <blog_title>kenmituoの日記</blog_title>
  <blog_url>https://kenmituo.hatenadiary.org/</blog_url>
  <categories>
    <anon>VBA</anon>
  </categories>
  <description>先頭行はラベル、左から8番目のセルの中身は、、、＜元のセルの中身＞ Cells(n, 8) テキストA テキストB テキストC - 抜き出したいデータ（複数行） - テキストD＜変更後＞ Cells(n,8) テキストA テキストB テキストC テキストDCells(n,10) 抜き出したいデータ（複数行）こんな感じにしたい。 出来たのが、こんなマクロになった。 Sub move_items() Dim i As Integer Cells(1, 10) = &quot;抜き出したデータ&quot; For i = 2 To Cells(Rows.Count, 1).End(xlUp).Row 'セルの値を改行で…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkenmituo.hatenadiary.org%2Fentry%2F20170425%2F1493104506&quot; title=&quot;Excelマクロ、記号で括られたデータを別のセルに抜き出す - kenmituoの日記&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>2017-04-25 16:15:06</published>
  <title>Excelマクロ、記号で括られたデータを別のセルに抜き出す</title>
  <type>rich</type>
  <url>https://kenmituo.hatenadiary.org/entry/20170425/1493104506</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
