<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>akashi_keirin</author_name>
  <author_url>https://blog.hatena.ne.jp/akashi_keirin/</author_url>
  <blog_title>素人がExcelVBAによる「一人働き方改革」に挑むブログ</blog_title>
  <blog_url>https://akashi-keirin.hatenablog.com/</blog_url>
  <categories>
    <anon>VBA自作メソッド</anon>
    <anon>VBA一般</anon>
    <anon>WordVBA</anon>
  </categories>
  <description>記号を黒字、文字を白字にする 前回 akashi-keirin.hatenablog.com を用いて、記号は黒字に、文字は白字にするメソッドを作った。 コード コードは次の通り。 リスト１ 標準モジュール Private Sub changeFontColor(ByVal targetFont As Font) '……(1)' If isSign(targetFont.Parent.Text) Then _ targetFont.ColorIndex = wdBlack: Exit Sub '……(2)' targetFont.ColorIndex = wdWhite '……(3)' End…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fakashi-keirin.hatenablog.com%2Fentry%2F2018%2F10%2F19%2F215057&quot; title=&quot;記号は黒字、文字は白字にするマクロ - 素人がExcelVBAによる「一人働き方改革」に挑むブログ&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/a/akashi_keirin/20181019/20181019214714.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-10-19 21:50:57</published>
  <title>記号は黒字、文字は白字にするマクロ</title>
  <type>rich</type>
  <url>https://akashi-keirin.hatenablog.com/entry/2018/10/19/215057</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
