{"id":5590,"date":"2023-02-15T17:37:00","date_gmt":"2023-02-15T08:37:00","guid":{"rendered":"https:\/\/okamurax.com\/?p=5590"},"modified":"2023-02-15T17:37:00","modified_gmt":"2023-02-15T08:37:00","slug":"vba-%e5%8d%b0%e5%88%b7%e8%a8%ad%e5%ae%9a%e3%81%99%e3%81%b9%e3%81%a6%e3%81%ae%e5%88%97%e3%82%921%e3%83%9a%e3%83%bc%e3%82%b8","status":"publish","type":"post","link":"https:\/\/appbay.org\/?p=5590","title":{"rendered":"VBA \u5370\u5237\u8a2d\u5b9a(\u3059\u3079\u3066\u306e\u5217\u30921\u30da\u30fc\u30b8)"},"content":{"rendered":"<pre class=\"lang:vb decode:true \">With Sheets(\"\u96c6\u8a08\").PageSetup\r\n\r\n  ' \u7bc4\u56f2\r\n  .PrintArea = \"A1:M\" &amp; target_row + 3\r\n  \r\n  ' \u4f59\u767d\r\n  .LeftMargin = Application.CentimetersToPoints(1)\r\n  .RightMargin = Application.CentimetersToPoints(1)\r\n  .TopMargin = Application.CentimetersToPoints(1)\r\n  .BottomMargin = Application.CentimetersToPoints(1)\r\n  .HeaderMargin = Application.CentimetersToPoints(0)\r\n  .FooterMargin = Application.CentimetersToPoints(0)\r\n  \r\n  ' \u4e2d\u592e\r\n  .CenterHorizontally = True 'CenterVertically\r\n  \r\n  ' \u5411\u304d\r\n  .Orientation = xlLandscape ' xlPortrait\r\n  \r\n  ' \u30ba\u30fc\u30e0(\u3059\u3079\u3066\u306e\u5217\u30921\u30da\u30fc\u30b8)\r\n  .Zoom = False\r\n  .FitToPagesWide = 1\r\n  .FitToPagesTall = False\r\n  \r\nEnd With<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>With Sheets(&#8220;\u96c6\u8a08&#8221;).PageSetup &#8216; \u7bc4\u56f2 .PrintArea = &#8220;A1:M&#8221; &amp; target_row + 3 &#8216; \u4f59\u767d .LeftMargin = Application.Centi &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/appbay.org\/?p=5590\" class=\"more-link\"><span class=\"screen-reader-text\">&#8220;VBA \u5370\u5237\u8a2d\u5b9a(\u3059\u3079\u3066\u306e\u5217\u30921\u30da\u30fc\u30b8)&#8221; \u306e<\/span>\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[5],"class_list":["post-5590","post","type-post","status-publish","format-standard","hentry","category-1","tag-vba"],"_links":{"self":[{"href":"https:\/\/appbay.org\/index.php?rest_route=\/wp\/v2\/posts\/5590","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/appbay.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/appbay.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/appbay.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/appbay.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5590"}],"version-history":[{"count":1,"href":"https:\/\/appbay.org\/index.php?rest_route=\/wp\/v2\/posts\/5590\/revisions"}],"predecessor-version":[{"id":5591,"href":"https:\/\/appbay.org\/index.php?rest_route=\/wp\/v2\/posts\/5590\/revisions\/5591"}],"wp:attachment":[{"href":"https:\/\/appbay.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5590"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/appbay.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5590"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/appbay.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5590"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}