<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>goosyun</author_name>
  <author_url>https://blog.hatena.ne.jp/goosyun/</author_url>
  <blog_title>つれづれ電脳記（日くらしPCに向かひて）</blog_title>
  <blog_url>https://goosyun.hatenablog.jp/</blog_url>
  <categories>
    <anon>プログラミング・マクロ</anon>
  </categories>
  <description>昨日（2018年11月27日）の記事で、 Word文書のカーソル位置に本日の日付を全角で入れるマクロを、 ショートカットキーに割り当てる方法を紹介しました。 上記で実行されるマクロは、次のコードです。 Selection.TypeText StrConv(Format(Date, &quot;ggge年m月d日&quot;), vbWide) 文字カーソルが置かれている場所を表すのが、「Selection」です。 すなわち、「Selection」（カーソル位置）に、「TypeText」せよ（テキストをTypeしなさい。）という命令文になります。 「StrConv」は、文字種を変換する関数です。 上記のように使うと…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgoosyun.hatenablog.jp%2Fentry%2F2018%2F11%2F28%2F104911&quot; title=&quot;【Wordマクロ】今日の日付を、一発入力。今日が何日かなんて、考える必要なし。 - つれづれ電脳記（日くらしPCに向かひて）&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://images-fe.ssl-images-amazon.com/images/I/51fAVHaFxtL._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-11-28 10:49:11</published>
  <title>【Wordマクロ】今日の日付を、一発入力。今日が何日かなんて、考える必要なし。</title>
  <type>rich</type>
  <url>https://goosyun.hatenablog.jp/entry/2018/11/28/104911</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
