<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ksk1130</author_name>
  <author_url>https://blog.hatena.ne.jp/ksk1130/</author_url>
  <blog_title>管理人Kのひとりごと</blog_title>
  <blog_url>https://www.k-hitorigoto.online/</blog_url>
  <categories>
    <anon>Excel</anon>
    <anon>ExcelVBA</anon>
  </categories>
  <description>Excel2007あたりから、印刷ダイアログが変わり、特定シートのみの印刷や、ブック全体指定のショートカットキーが煩雑になりました。 そこで、ExcelVBAを使い、旧来の印刷ダイアログを出せるようにしたいと思います。 下記サブルーチンを「Ctrl-P」に割り当てれば、旧来の印刷ダイアログを呼び出せます。 Sub showOrgPrintDialog() ' arg12:=3 は、「ブック全体を印刷」の指定 Application.Dialogs(xlDialogPrint).Show arg12:=3 End Sub</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.k-hitorigoto.online%2Fentry%2F2017%2F03%2F06%2F201059&quot; title=&quot;Excel2003迄の印刷ダイアログを開く(Excel) - 管理人Kのひとりごと&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/k/ksk1130/20170306/20170306215125.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-03-06 20:10:59</published>
  <title>Excel2003迄の印刷ダイアログを開く(Excel)</title>
  <type>rich</type>
  <url>https://www.k-hitorigoto.online/entry/2017/03/06/201059</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
