<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>benkei_maru</author_name>
  <author_url>https://blog.hatena.ne.jp/benkei_maru/</author_url>
  <blog_title>晴れのうらかた</blog_title>
  <blog_url>https://hareno-urakata.com/</blog_url>
  <categories>
    <anon>Excel_VBA</anon>
  </categories>
  <description>指定した範囲のフォントを変更します。 プログラムの完了前など、見た目を整えるために使用することがあります。 ここでは「ＭＳ ゴシック」にフォントを指定しています。 Sub test() '範囲指定 Worksheets(1).Activate 'Sheet1をアクティブにする Range(&quot;A1&quot;).Select 'セル選択 ' Range(&quot;A1:A3&quot;).Select '範囲選択 ' Cells.Select '全セル選択 With Selection.Font .Name = &quot;ＭＳ ゴシック&quot; End With End Sub</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhareno-urakata.com%2Fentry%2F2021%2F09%2F30%2F180000&quot; title=&quot;Excel VBA フォントを変更する(Withステートメント) - 晴れのうらかた&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>2021-09-30 18:00:00</published>
  <title>Excel VBA フォントを変更する(Withステートメント)</title>
  <type>rich</type>
  <url>https://hareno-urakata.com/entry/2021/09/30/180000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
