<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Rapoppo</author_name>
  <author_url>https://blog.hatena.ne.jp/Rapoppo/</author_url>
  <blog_title>Word  VBA/マクロ 備忘録</blog_title>
  <blog_url>https://rapoppo.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Word VBA</anon>
  </categories>
  <description>サンプルコードでできること 「標準」「高レベル」等、禁則文字の設定を表示します。 コードの説明 Select Case構文を用いて、禁則文字の設定を表示します。 Sub 禁則処理の設定表示() Select Case ActiveDocument.FarEastLineBreakLevel Case 0 MsgBox &quot;標準&quot; Case 1 MsgBox &quot;高レベル&quot; Case 2 MsgBox &quot;ユーザー設定&quot; End Select End Sub サンプルコードでできること 禁則文字の設定を「高レベル」に変更します。 コードの説明 高レベルの禁則処理を指定する場合、「wdFarEastLi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frapoppo.hatenadiary.jp%2Fentry%2F2023%2F11%2F12%2F091743&quot; title=&quot;【Word VBA/マクロ】禁則処理のレベル表示／禁則処理のレベル変更 - Word  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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2023-11-12 09:17:43</published>
  <title>【Word VBA/マクロ】禁則処理のレベル表示／禁則処理のレベル変更</title>
  <type>rich</type>
  <url>https://rapoppo.hatenadiary.jp/entry/2023/11/12/091743</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
