<?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>
    <anon>ユーザー定義関数</anon>
  </categories>
  <description>実際に受けた相談内容を、少し変更して紹介します。残業時間を集計した既存の表があり、列方向に月日が推移する形式になって いました。この表を「１行１レコード（記録）にしたい」という要望があり、マクロで 成形してみました。↓最終形は、こんな感じです。実際に作成したマクロがこちらです。 Sub Sample() Dim OrgData As Variant ' 元データ貼り付け用 Dim seq As Variant ' 加工済データ格納用 Dim i As Long ' 繰り返し作業用整数 Dim r As Long ' 配列の行番号 Dim c As Long ' 配列の列番号 Dim rMax …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finfoment.hatenablog.com%2Fentry%2F2018%2F07%2F02%2F202312&quot; title=&quot;表の編集　１行１レコード化 - 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/20180619/20180619063141.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-07-02 20:23:12</published>
  <title>表の編集　１行１レコード化</title>
  <type>rich</type>
  <url>https://infoment.hatenablog.com/entry/2018/07/02/202312</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
