{"id":767,"date":"2017-04-07T15:45:59","date_gmt":"2017-04-08T00:45:59","guid":{"rendered":"\/blog\/?p=767"},"modified":"2023-09-21T09:37:45","modified_gmt":"2023-09-21T00:37:45","slug":"%ec%97%91%ec%85%80-%ec%85%80-%ed%95%9c%ea%ba%bc%eb%b2%88%ec%97%90-%eb%b3%b5%ec%82%ac%ed%95%98%ea%b8%b0-%eb%a7%a4%ed%81%ac%eb%a1%9c","status":"publish","type":"post","link":"https:\/\/hasu0707.duckdns.org\/blog\/?p=767","title":{"rendered":"[\uc5d1\uc140] \uc140 \ud55c\uaebc\ubc88\uc5d0 \ubcf5\uc0ac\ud558\uae30 \ub9e4\ud06c\ub85c"},"content":{"rendered":"\n<p><span style=\"font-family:\uad74\ub9bc\uccb4,courier new,lucida console;\">Sub copy_macro()<br \/>\r\n&#39;<br \/>\r\n&#39; copy_macro \ub9e4\ud06c\ub85c<\/span><\/p>\r\n\r\n<p><span style=\"font-family:\uad74\ub9bc\uccb4,courier new,lucida console;\">&#39; Critical<br \/>\r\n&nbsp; &nbsp; DSTCOL = 120<br \/>\r\n&nbsp; &nbsp; For SRCCOL = 3 To 115 Step 2<br \/>\r\n&nbsp; &nbsp; &nbsp; Cells(DSTCOL, 2).Value = Cells(SRCCOL, 3).Value<br \/>\r\n&nbsp; &nbsp; &nbsp; DSTCOL = DSTCOL + 1<br \/>\r\n&nbsp; &nbsp; Next<\/span><\/p>\r\n\r\n<p><span style=\"font-family:\uad74\ub9bc\uccb4,courier new,lucida console;\">&nbsp; &nbsp; DSTCOL = 120<br \/>\r\n&nbsp; &nbsp; For SRCCOL = 4 To 116 Step 2<br \/>\r\n&nbsp; &nbsp; &nbsp; Cells(DSTCOL, 3).Value = Cells(SRCCOL, 3).Value<br \/>\r\n&nbsp; &nbsp; &nbsp; DSTCOL = DSTCOL + 1<br \/>\r\n&nbsp; &nbsp; Next<\/span><\/p>\r\n\r\n<p><span style=\"font-family:\uad74\ub9bc\uccb4,courier new,lucida console;\">&#39; High<br \/>\r\n&nbsp; &nbsp; DSTCOL = 120<br \/>\r\n&nbsp; &nbsp; For SRCCOL = 3 To 115 Step 2<br \/>\r\n&nbsp; &nbsp; &nbsp; Cells(DSTCOL, 4).Value = Cells(SRCCOL, 4).Value<br \/>\r\n&nbsp; &nbsp; &nbsp; DSTCOL = DSTCOL + 1<br \/>\r\n&nbsp; &nbsp; Next<\/span><\/p>\r\n\r\n<p><span style=\"font-family:\uad74\ub9bc\uccb4,courier new,lucida console;\">&nbsp; &nbsp; DSTCOL = 120<br \/>\r\n&nbsp; &nbsp; For SRCCOL = 4 To 116 Step 2<br \/>\r\n&nbsp; &nbsp; &nbsp; Cells(DSTCOL, 5).Value = Cells(SRCCOL, 4).Value<br \/>\r\n&nbsp; &nbsp; &nbsp; DSTCOL = DSTCOL + 1<br \/>\r\n&nbsp; &nbsp; Next<\/span><\/p>\r\n\r\n<p><span style=\"font-family:\uad74\ub9bc\uccb4,courier new,lucida console;\">&#39; Medium<br \/>\r\n&nbsp; &nbsp; DSTCOL = 120<br \/>\r\n&nbsp; &nbsp; For SRCCOL = 3 To 115 Step 2<br \/>\r\n&nbsp; &nbsp; &nbsp; Cells(DSTCOL, 6).Value = Cells(SRCCOL, 5).Value<br \/>\r\n&nbsp; &nbsp; &nbsp; DSTCOL = DSTCOL + 1<br \/>\r\n&nbsp; &nbsp; Next<\/span><\/p>\r\n\r\n<p><span style=\"font-family:\uad74\ub9bc\uccb4,courier new,lucida console;\">&nbsp; &nbsp; DSTCOL = 120<br \/>\r\n&nbsp; &nbsp; For SRCCOL = 4 To 116 Step 2<br \/>\r\n&nbsp; &nbsp; &nbsp; Cells(DSTCOL, 7).Value = Cells(SRCCOL, 5).Value<br \/>\r\n&nbsp; &nbsp; &nbsp; DSTCOL = DSTCOL + 1<br \/>\r\n&nbsp; &nbsp; Next<\/span><\/p>\r\n\r\n<p><span style=\"font-family:\uad74\ub9bc\uccb4,courier new,lucida console;\">&#39; Low<br \/>\r\n&nbsp; &nbsp; DSTCOL = 120<br \/>\r\n&nbsp; &nbsp; For SRCCOL = 3 To 115 Step 2<br \/>\r\n&nbsp; &nbsp; &nbsp; Cells(DSTCOL, 8).Value = Cells(SRCCOL, 6).Value<br \/>\r\n&nbsp; &nbsp; &nbsp; DSTCOL = DSTCOL + 1<br \/>\r\n&nbsp; &nbsp; Next<\/span><\/p>\r\n\r\n<p><span style=\"font-family:\uad74\ub9bc\uccb4,courier new,lucida console;\">&nbsp; &nbsp; DSTCOL = 120<br \/>\r\n&nbsp; &nbsp; For SRCCOL = 4 To 116 Step 2<br \/>\r\n&nbsp; &nbsp; &nbsp; Cells(DSTCOL, 9).Value = Cells(SRCCOL, 6).Value<br \/>\r\n&nbsp; &nbsp; &nbsp; DSTCOL = DSTCOL + 1<br \/>\r\n&nbsp; &nbsp; Next<\/span><\/p>\r\n\r\n<p><span style=\"font-family:\uad74\ub9bc\uccb4,courier new,lucida console;\">&#39; \uc11c\ube44\uc2a4\uba85<br \/>\r\n&nbsp; &nbsp; DSTCOL = 120<br \/>\r\n&nbsp; &nbsp; For SRCCOL = 3 To 115 Step 2<br \/>\r\n&nbsp; &nbsp; &nbsp; Cells(DSTCOL, 1).Value = Cells(SRCCOL, 1).Value<br \/>\r\n&nbsp; &nbsp; &nbsp; DSTCOL = DSTCOL + 1<br \/>\r\n&nbsp; &nbsp; Next<\/span><\/p>\r\n\r\n<p><br \/>\r\n<span style=\"font-family:\uad74\ub9bc\uccb4,courier new,lucida console;\">End Sub<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sub copy_macro() &#39; &#39; copy_macro \ub9e4\ud06c\ub85c &#39; Critical &nbsp; &nbsp; DSTCOL = 120 &nbsp; &nbsp; For SRCCOL = 3 To 115 Step 2 &nbsp; &nbsp; &nbsp; Cells(DSTCOL, 2).Value = Cells(SRCCOL, 3).Value &nbsp; &nbsp; &nbsp; DSTCOL = DSTCOL + 1 &nbsp; &nbsp; Next &nbsp; &nbsp; DSTCOL = 120 &nbsp; &nbsp; For SRCCOL = 4 To 116 [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[14],"tags":[],"class_list":["post-767","post","type-post","status-publish","format-standard","hentry","category-computing_tipsandtricks"],"_links":{"self":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/767","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=767"}],"version-history":[{"count":0,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/767\/revisions"}],"wp:attachment":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=767"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=767"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=767"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}