{"id":3400,"date":"2015-08-30T08:48:13","date_gmt":"2015-08-29T23:48:13","guid":{"rendered":"http:\/\/excelwork.info\/excel\/?p=3400"},"modified":"2015-08-30T08:48:13","modified_gmt":"2015-08-29T23:48:13","slug":"excelbasicscreenupdating","status":"publish","type":"post","link":"https:\/\/excelwork.info\/excel\/excelbasicscreenupdating\/","title":{"rendered":"\u753b\u9762\u306e\u66f4\u65b0\u3092\u505c\u6b62\uff08ScreenUpdating \u30d7\u30ed\u30d1\u30c6\u30a3\uff09"},"content":{"rendered":"<h2>\u753b\u9762\u306e\u66f4\u65b0\u3092\u505c\u6b62<\/h2>\n<div class=\"m30-l\">\n<p>\u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u3068\u3001\u753b\u9762\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059\u3002\u3053\u308c\u306b\u3088\u308a\u3001\u5b9f\u884c\u901f\u5ea6\u304c\u9045\u304f\u306a\u3063\u305f\u308a\u3001\u753b\u9762\u304c\u3061\u3089\u3064\u3044\u305f\u308a\u3057\u307e\u3059\u3002<strong>ScreenUpdating \u30d7\u30ed\u30d1\u30c6\u30a3<\/strong> \u3092 <strong>False<\/strong> \u306b\u8a2d\u5b9a\u3059\u308b\u3068\u3001\u753b\u9762\u306e\u66f4\u65b0\u304c\u505c\u6b62\u3057\u307e\u3059\u3002<\/p>\n<br \/>\n<div class=\"kkbox\"><strong>\u3010\u66f8\u5f0f\u3011<\/strong><\/p>\n<p>    <em>object<\/em>.<strong>ScreenUpdating<\/strong> = <em>boolean<\/em><\/p><\/div>\n<br \/>\n<h3>\u5f15\u6570\u30fb\u623b\u308a\u5024<\/h3>\n<div class=\"m30-l\">\n<ul style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;\">\n<li>object&nbsp;&nbsp;\u30fb\u30fb\u30fb&nbsp;&nbsp;\u5bfe\u8c61\u3068\u306a\u308b <span class=\"red\"><strong>Application \u30aa\u30d6\u30b8\u30a7\u30af\u30c8<\/strong><\/span>\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002<\/li>\n<li>boolean&nbsp;&nbsp;\u30fb\u30fb\u30fb&nbsp;&nbsp;\u753b\u9762\u306e\u66f4\u65b0\u3092\u505c\u6b62\u3059\u308b\u306b\u306f\u3001<strong>False<\/strong> \u3001\u753b\u9762\u3092\u66f4\u65b0\u3059\u308b\u306b\u306f\u3001<strong>True<\/strong> \u3092\u6307\u5b9a\u3057\u307e\u3059\u3002<\/li>\n<\/ul><\/div>\n<\/div>\n<br \/><br \/>\n<h2>ScreenUpdating \u30d7\u30ed\u30d1\u30c6\u30a3 \u4f7f\u7528\u4f8b<\/h2>\n<div class=\"m30-l\">\n<h3 id=\"vba_sample\">\u30b5\u30f3\u30d7\u30ebVBA\u30bd\u30fc\u30b9<\/h3>\n<pre class=\"lang:vb mark:0 decode:true \" title=\"ScreenUpdating \u4f7f\u7528\u4f8b\" data-url=\"http:\/\/example.co.jp\" >\r\n\u3000\r\nSub Sample_ScreenUpdating()\r\n\r\n    '\u753b\u9762\u66f4\u65b0\u3092\u505c\u6b62\r\n    Application.ScreenUpdating = False\r\n\r\n    '\u3053\u3053\u306e\u90e8\u5206\u304b\u3089\u753b\u9762\u66f4\u65b0\u3092\u884c\u308f\u306a\u3044\u3000----------------------------------------\r\n\r\n    Range(\"A1\").CurrentRegion.Select\r\n    \r\n    Selection.Copy\r\n    \r\n    Dim i As Integer\r\n\r\n    For i = 1 To 3\r\n    \r\n        With ActiveWorkbook.Worksheets.Add(after:=ActiveSheet)\r\n\r\n            .Name = \"\u65b0\u898f \" & i\r\n            .Paste\r\n            ActiveWindow.Zoom = 150\r\n            \r\n        End With\r\n        \r\n    Next i\r\n    \r\n    '\u30b3\u30d4\u30fc\u30e2\u30fc\u30c9\u30fb\u5207\u308a\u53d6\u308a\u30e2\u30fc\u30c9\u3092\u89e3\u9664\r\n    Application.CutCopyMode = False\r\n\r\n<\/div>\r\n\r\n    '\u3053\u3053\u306e\u90e8\u5206\u307e\u3067\u753b\u9762\u66f4\u65b0\u3092\u884c\u308f\u306a\u3044\u3000----------------------------------------\r\n\r\n    '\u753b\u9762\u66f4\u65b0\u3092\u518d\u958b\r\n    Application.ScreenUpdating = True\r\n\r\nEnd Sub\r\n\u3000\r\n  <\/pre>\n<br \/>\n<h3>\u5b9f\u884c\u7d50\u679c<\/h3>\n<p><a href=\"https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/08\/screenupdating03a.jpg?ssl=1\" rel=\"lightbox[3400]\"><img loading=\"lazy\" src=\"https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/08\/screenupdating03a.jpg?resize=580%2C326&#038;ssl=1\" alt=\"ScreenUpdating \u30d7\u30ed\u30d1\u30c6\u30a3\u3000\u4f7f\u7528\u4f8b\" width=\"580\" height=\"326\" class=\"alignnone size-large wp-image-3404\" srcset=\"https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/08\/screenupdating03a.jpg?resize=580%2C326&amp;ssl=1 580w, https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/08\/screenupdating03a.jpg?resize=400%2C225&amp;ssl=1 400w, https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/08\/screenupdating03a.jpg?w=1366&amp;ssl=1 1366w, https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/08\/screenupdating03a.jpg?w=1160&amp;ssl=1 1160w\" sizes=\"(max-width: 580px) 100vw, 580px\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<\/div>\n<br \/>\n","protected":false},"excerpt":{"rendered":"<p>\u753b\u9762\u306e\u66f4\u65b0\u3092\u505c\u6b62 \u30de\u30af\u30ed\u3092\u5b9f\u884c\u3059\u308b\u3068\u3001\u753b\u9762\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059\u3002\u3053\u308c\u306b\u3088\u308a\u3001\u5b9f\u884c\u901f\u5ea6\u304c &#8230; <\/p>\n","protected":false},"author":1,"featured_media":3427,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"amp_status":"","spay_email":"","jetpack_publicize_message":""},"categories":[37],"tags":[301,531,63,38],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/excelwork.info\/excel\/wp\/wp-content\/uploads\/2015\/08\/screenupdating03a-580x3261.jpg?fit=580%2C326&ssl=1","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p4Ye9i-SQ","_links":{"self":[{"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/posts\/3400"}],"collection":[{"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/comments?post=3400"}],"version-history":[{"count":4,"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/posts\/3400\/revisions"}],"predecessor-version":[{"id":3426,"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/posts\/3400\/revisions\/3426"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/media\/3427"}],"wp:attachment":[{"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/media?parent=3400"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/categories?post=3400"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/excelwork.info\/excel\/wp-json\/wp\/v2\/tags?post=3400"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}