{"id":11303,"date":"2022-09-11T00:30:03","date_gmt":"2022-09-10T15:30:03","guid":{"rendered":"https:\/\/prodskill.com\/?p=11303"},"modified":"2022-10-11T11:37:24","modified_gmt":"2022-10-11T02:37:24","slug":"excel-vba-lecture-preface","status":"publish","type":"post","link":"https:\/\/prodskill.com\/en\/excel-vba-lecture-preface\/","title":{"rendered":"Start the Excel VBA course. (Lecture notice, feat. Why we recommend Excel VBA)"},"content":{"rendered":"<p>I am going to organize the Excel VBA PPT material that was presented to company employees a few years ago and post it on my blog.<\/p>\n\n\n\n<p>It may be a little difficult for those who have no experience in coding in a programming language, but I will explain it as simply as possible. \ud83d\ude05<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"\/>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/image-53.png\"><img loading=\"lazy\" decoding=\"async\" width=\"871\" height=\"575\" src=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/image-53.png\" alt=\"\uc5d1\uc140 VBA\ub97c \uad8c\uc7a5\ud558\ub294 \uc774\uc720\" class=\"wp-image-11304\" srcset=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/image-53.png 871w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/image-53-300x198.png 300w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/image-53-768x507.png 768w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/image-53-18x12.png 18w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/image-53-24x16.png 24w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/image-53-36x24.png 36w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/image-53-48x32.png 48w\" sizes=\"auto, (max-width: 871px) 100vw, 871px\" \/><\/a><figcaption>Why we recommend Excel VBA<\/figcaption><\/figure>\n<\/div>\n\n\n<p>If you use Excel VBA well, your work productivity will increase and the quality of your output will also increase. Increased productivity means less time spent on the same task. It also means that more work can be done as productivity increases.<\/p>\n\n\n\n<p>Excel VBA is not for everyone. However, I recommend that you try it for those who are suffering from repetitive manual work while using Excel or who want a more humane (?) life.<\/p>\n\n\n\n<p>However, Excel VBA isn&#039;t perfect. Don&#039;t rely too much on it. \ud83d\ude09<\/p>\n\n\n\n<p>Humans do what humans are good at (planning, algorithms, defining standards, etc.), and machines do what machines are good at (repetition, accurate\/quick processing of large-scale tasks, etc.).<\/p>\n\n\n\n<p>To increase the productivity of my work using Excel VBA, I need to try to see myself from a third-party perspective. This is because when I work, I can discover repeated patterns, and when I find the patterns, I can find and improve inefficiencies that waste time unnecessarily.<\/p>\n\n\n\n<p>Programming languages will be much easier to understand if you have at least one experience, but even if you have no experience, try it first. The programming language is C, C++, Java, C#, Delphi, VB (Visual Basic), Python, etc. Any experience is good. Those who have experienced VB (Visual Basic) can adapt the most quickly.<\/p>\n\n\n\n<p>The full table of contents is as follows:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Excel VBA Overview<\/li><li>Excel VBA Basics<\/li><li>Excel VBA Language Basics<\/li><li>Excel VBA How-To<\/li><li>Excel VBA usage example<\/li><\/ol>\n\n\n\n<p>It will probably be about 10 posts, and I plan to upload 1 or 2 posts per week.<\/p>\n\n\n\n<p><strong>\u25b6 See the next article (it can be read in 2-3 minutes)<\/strong><\/p>\n\n\n\n<p><a href=\"https:\/\/prodskill.com\/en\/excel-vba-lecture-1-overview\/\">Excel VBA Course(1): Overview of Excel VBA<\/a><\/p>\n\n\n\n<p>\u25b6 Excel VBA reference (Microsoft)<\/p>\n\n\n\n<p><a href=\"https:\/\/learn.microsoft.com\/ko-kr\/office\/vba\/api\/overview\/excel\">Excel Visual Basic for Applications (VBA) reference | Microsoft Learn<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>&lt;&lt;\u00a0<strong>List of related articles<\/strong>\u00a0>><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/prodskill.com\/en\/excel-vba-lecture-preface\/\">Start the Excel VBA course. (Lecture notice, feat. Why we recommend Excel VBA)<\/a><\/li><li><a href=\"https:\/\/prodskill.com\/en\/excel-vba-lecture-1-overview\/\">Excel VBA Course(1): Overview of Excel VBA<\/a><\/li><li><a href=\"https:\/\/prodskill.com\/en\/excel-vba-lecture-2-basic\/\">Excel VBA Course (2): Excel VBA Basics<\/a><\/li><li><a href=\"https:\/\/prodskill.com\/en\/excel-vba-lecture-3-object-model\/\">Excel VBA Course (3): Excel Object Model<\/a><\/li><li><a href=\"https:\/\/prodskill.com\/en\/excel-vba-lecture-4-handling-object-model\/\">Excel VBA Course (4): Working with Excel Object Model<\/a><\/li><li><a href=\"https:\/\/prodskill.com\/en\/excel-vba-lecture-5-excel-file-extension-vbe-font\/\">Excel VBA Course (5): Excel File Extension, VBE, Font Settings<\/a><\/li><li><a href=\"https:\/\/prodskill.com\/en\/excel-vba-lecture-6-variable\/\">Excel VBA Course (6): Excel VBA Language Basics - Variables<\/a><\/li><li><a href=\"https:\/\/prodskill.com\/en\/excel-vba-lecture-7-syntax\/\">Excel VBA Course (7): Excel VBA Language Basics - Syntax<\/a><\/li><li><a href=\"https:\/\/prodskill.com\/en\/excel-vba-lecture-8-datatype\/\">Excel VBA Course (8): Excel VBA Language Basics - Data Types, Data Structures<\/a><\/li><li><a href=\"https:\/\/prodskill.com\/en\/excel-vba-lecture-9-how-to\/\">Excel VBA Courses (9): Excel VBA How-To<\/a><\/li><li><a href=\"https:\/\/prodskill.com\/en\/excel-vba-lecture-10-self-developed-tools\/\">Excel VBA Course (10): Tools developed and used with Excel VBA<\/a><\/li><li><a href=\"https:\/\/prodskill.com\/en\/excel-vba-lecture-toc\/\">Full Table of Contents for Excel VBA Courses<\/a><\/li><\/ul>","protected":false},"excerpt":{"rendered":"<p>I am planning to organize the Excel VBA PPT materials that I presented to company employees a few years ago and post them on my blog. It may be a little difficult for those who have no coding experience in programming languages, but I will try to explain it as simply as possible. \ud83d\ude05 If you use Excel VBA well, your work productivity will increase and the quality of your output will increase....<\/p>","protected":false},"author":1,"featured_media":11304,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[28],"tags":[17],"class_list":["post-11303","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-excel-vba-tutorial","tag-vba"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\uc5d1\uc140 VBA \uac15\uc88c\ub97c \uc2dc\uc791\ud569\ub2c8\ub2e4. (\uac15\uc88c\uc608\uace0, feat.\uc5d1\uc140 VBA\ub97c \uad8c\uc7a5\ud558\ub294 \uc774\uc720)<\/title>\n<meta name=\"description\" content=\"\uc5d1\uc140 VBA \ub97c \uc798 \ud65c\uc6a9\ud558\uba74 \uc5c5\ubb34 \uc0dd\uc0b0\uc131\uc774 \ub192\uc544\uc9c0\uace0, \uc0b0\ucd9c\ubb3c\uc758 \ud488\uc9c8\ub3c4 \ub192\uc544\uc9c4\ub2e4. \uc0dd\uc0b0\uc131\uc774 \ub192\uc544\uc9c4\ub2e4\ub294 \uac83\uc740 \ub3d9\uc77c\ud55c \uc791\uc5c5\uc5d0 \uac78\ub9ac\ub294 \uc2dc\uac04\uc774 \ub2e8\ucd95\ub41c\ub2e4\ub294 \uc758\ubbf8\uc774\ub2e4. \uc0dd\uc0b0\uc131\uc774 \ub192\uc544\uc9c0\ub294 \ub9cc\ud07c \ub354 \ub9ce\uc740 \uc5c5\ubb34\ub97c \ucc98\ub9ac\ud560 \uc218 \uc788\uac8c \ub41c\ub2e4\ub294 \uc758\ubbf8\uc774\uae30\ub3c4 \ud558\ub2e4.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/prodskill.com\/en\/excel-vba-lecture-preface\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc5d1\uc140 VBA \uac15\uc88c\ub97c \uc2dc\uc791\ud569\ub2c8\ub2e4. (\uac15\uc88c\uc608\uace0, feat.\uc5d1\uc140 VBA\ub97c \uad8c\uc7a5\ud558\ub294 \uc774\uc720)\" \/>\n<meta property=\"og:description\" content=\"\uc5d1\uc140 VBA \ub97c \uc798 \ud65c\uc6a9\ud558\uba74 \uc5c5\ubb34 \uc0dd\uc0b0\uc131\uc774 \ub192\uc544\uc9c0\uace0, \uc0b0\ucd9c\ubb3c\uc758 \ud488\uc9c8\ub3c4 \ub192\uc544\uc9c4\ub2e4. \uc0dd\uc0b0\uc131\uc774 \ub192\uc544\uc9c4\ub2e4\ub294 \uac83\uc740 \ub3d9\uc77c\ud55c \uc791\uc5c5\uc5d0 \uac78\ub9ac\ub294 \uc2dc\uac04\uc774 \ub2e8\ucd95\ub41c\ub2e4\ub294 \uc758\ubbf8\uc774\ub2e4. \uc0dd\uc0b0\uc131\uc774 \ub192\uc544\uc9c0\ub294 \ub9cc\ud07c \ub354 \ub9ce\uc740 \uc5c5\ubb34\ub97c \ucc98\ub9ac\ud560 \uc218 \uc788\uac8c \ub41c\ub2e4\ub294 \uc758\ubbf8\uc774\uae30\ub3c4 \ud558\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prodskill.com\/en\/excel-vba-lecture-preface\/\" \/>\n<meta property=\"og:site_name\" content=\"\uc0dd\uc0b0\uc131 Skill\" \/>\n<meta property=\"article:published_time\" content=\"2022-09-10T15:30:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-11T02:37:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/image-53.png\" \/>\n\t<meta property=\"og:image:width\" content=\"871\" \/>\n\t<meta property=\"og:image:height\" content=\"575\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Zerom\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Zerom\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/prodskill.com\\\/excel-vba-lecture-preface\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/excel-vba-lecture-preface\\\/\"},\"author\":{\"name\":\"Zerom\",\"@id\":\"https:\\\/\\\/prodskill.com\\\/ko\\\/#\\\/schema\\\/person\\\/bbad0870c78008c82edbe0960fe768bd\"},\"headline\":\"\uc5d1\uc140 VBA \uac15\uc88c\ub97c \uc2dc\uc791\ud569\ub2c8\ub2e4. (\uac15\uc88c\uc608\uace0, feat.\uc5d1\uc140 VBA\ub97c \uad8c\uc7a5\ud558\ub294 \uc774\uc720)\",\"datePublished\":\"2022-09-10T15:30:03+00:00\",\"dateModified\":\"2022-10-11T02:37:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/excel-vba-lecture-preface\\\/\"},\"wordCount\":80,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/ko\\\/#\\\/schema\\\/person\\\/bbad0870c78008c82edbe0960fe768bd\"},\"image\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/excel-vba-lecture-preface\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/prodskill.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/image-53.png\",\"keywords\":[\"\uc5d1\uc140VBA\"],\"articleSection\":[\"\uc5d1\uc140 VBA \uac15\uc88c\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/prodskill.com\\\/excel-vba-lecture-preface\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/prodskill.com\\\/excel-vba-lecture-preface\\\/\",\"url\":\"https:\\\/\\\/prodskill.com\\\/excel-vba-lecture-preface\\\/\",\"name\":\"\uc5d1\uc140 VBA \uac15\uc88c\ub97c \uc2dc\uc791\ud569\ub2c8\ub2e4. (\uac15\uc88c\uc608\uace0, feat.\uc5d1\uc140 VBA\ub97c \uad8c\uc7a5\ud558\ub294 \uc774\uc720)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/ko\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/excel-vba-lecture-preface\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/excel-vba-lecture-preface\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/prodskill.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/image-53.png\",\"datePublished\":\"2022-09-10T15:30:03+00:00\",\"dateModified\":\"2022-10-11T02:37:24+00:00\",\"description\":\"\uc5d1\uc140 VBA \ub97c \uc798 \ud65c\uc6a9\ud558\uba74 \uc5c5\ubb34 \uc0dd\uc0b0\uc131\uc774 \ub192\uc544\uc9c0\uace0, \uc0b0\ucd9c\ubb3c\uc758 \ud488\uc9c8\ub3c4 \ub192\uc544\uc9c4\ub2e4. \uc0dd\uc0b0\uc131\uc774 \ub192\uc544\uc9c4\ub2e4\ub294 \uac83\uc740 \ub3d9\uc77c\ud55c \uc791\uc5c5\uc5d0 \uac78\ub9ac\ub294 \uc2dc\uac04\uc774 \ub2e8\ucd95\ub41c\ub2e4\ub294 \uc758\ubbf8\uc774\ub2e4. \uc0dd\uc0b0\uc131\uc774 \ub192\uc544\uc9c0\ub294 \ub9cc\ud07c \ub354 \ub9ce\uc740 \uc5c5\ubb34\ub97c \ucc98\ub9ac\ud560 \uc218 \uc788\uac8c \ub41c\ub2e4\ub294 \uc758\ubbf8\uc774\uae30\ub3c4 \ud558\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/excel-vba-lecture-preface\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/prodskill.com\\\/excel-vba-lecture-preface\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/prodskill.com\\\/excel-vba-lecture-preface\\\/#primaryimage\",\"url\":\"https:\\\/\\\/prodskill.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/image-53.png\",\"contentUrl\":\"https:\\\/\\\/prodskill.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/image-53.png\",\"width\":871,\"height\":575},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/prodskill.com\\\/excel-vba-lecture-preface\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/prodskill.com\\\/ko\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc5d1\uc140 VBA \uac15\uc88c\ub97c \uc2dc\uc791\ud569\ub2c8\ub2e4. (\uac15\uc88c\uc608\uace0, feat.\uc5d1\uc140 VBA\ub97c \uad8c\uc7a5\ud558\ub294 \uc774\uc720)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/prodskill.com\\\/ko\\\/#website\",\"url\":\"https:\\\/\\\/prodskill.com\\\/ko\\\/\",\"name\":\"\uc0dd\uc0b0\uc131 Skill\",\"description\":\"Meta Thinking, Meta Working\",\"publisher\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/ko\\\/#\\\/schema\\\/person\\\/bbad0870c78008c82edbe0960fe768bd\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/prodskill.com\\\/ko\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/prodskill.com\\\/ko\\\/#\\\/schema\\\/person\\\/bbad0870c78008c82edbe0960fe768bd\",\"name\":\"Zerom\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/prodskill.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/productivity_clockgear.png\",\"url\":\"https:\\\/\\\/prodskill.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/productivity_clockgear.png\",\"contentUrl\":\"https:\\\/\\\/prodskill.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/productivity_clockgear.png\",\"width\":512,\"height\":512,\"caption\":\"Zerom\"},\"logo\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/productivity_clockgear.png\"},\"url\":\"https:\\\/\\\/prodskill.com\\\/en\\\/author\\\/proda\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Start the Excel VBA course. (Lecture notice, feat. Why we recommend Excel VBA)","description":"Effectively utilizing Excel VBA can increase work productivity and improve the quality of your output. Increased productivity means reducing the time it takes to complete the same task. Increased productivity also means more work can be completed.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/prodskill.com\/en\/excel-vba-lecture-preface\/","og_locale":"en_US","og_type":"article","og_title":"\uc5d1\uc140 VBA \uac15\uc88c\ub97c \uc2dc\uc791\ud569\ub2c8\ub2e4. (\uac15\uc88c\uc608\uace0, feat.\uc5d1\uc140 VBA\ub97c \uad8c\uc7a5\ud558\ub294 \uc774\uc720)","og_description":"\uc5d1\uc140 VBA \ub97c \uc798 \ud65c\uc6a9\ud558\uba74 \uc5c5\ubb34 \uc0dd\uc0b0\uc131\uc774 \ub192\uc544\uc9c0\uace0, \uc0b0\ucd9c\ubb3c\uc758 \ud488\uc9c8\ub3c4 \ub192\uc544\uc9c4\ub2e4. \uc0dd\uc0b0\uc131\uc774 \ub192\uc544\uc9c4\ub2e4\ub294 \uac83\uc740 \ub3d9\uc77c\ud55c \uc791\uc5c5\uc5d0 \uac78\ub9ac\ub294 \uc2dc\uac04\uc774 \ub2e8\ucd95\ub41c\ub2e4\ub294 \uc758\ubbf8\uc774\ub2e4. \uc0dd\uc0b0\uc131\uc774 \ub192\uc544\uc9c0\ub294 \ub9cc\ud07c \ub354 \ub9ce\uc740 \uc5c5\ubb34\ub97c \ucc98\ub9ac\ud560 \uc218 \uc788\uac8c \ub41c\ub2e4\ub294 \uc758\ubbf8\uc774\uae30\ub3c4 \ud558\ub2e4.","og_url":"https:\/\/prodskill.com\/en\/excel-vba-lecture-preface\/","og_site_name":"\uc0dd\uc0b0\uc131 Skill","article_published_time":"2022-09-10T15:30:03+00:00","article_modified_time":"2022-10-11T02:37:24+00:00","og_image":[{"width":871,"height":575,"url":"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/image-53.png","type":"image\/png"}],"author":"Zerom","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Zerom","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/prodskill.com\/excel-vba-lecture-preface\/#article","isPartOf":{"@id":"https:\/\/prodskill.com\/excel-vba-lecture-preface\/"},"author":{"name":"Zerom","@id":"https:\/\/prodskill.com\/ko\/#\/schema\/person\/bbad0870c78008c82edbe0960fe768bd"},"headline":"\uc5d1\uc140 VBA \uac15\uc88c\ub97c \uc2dc\uc791\ud569\ub2c8\ub2e4. (\uac15\uc88c\uc608\uace0, feat.\uc5d1\uc140 VBA\ub97c \uad8c\uc7a5\ud558\ub294 \uc774\uc720)","datePublished":"2022-09-10T15:30:03+00:00","dateModified":"2022-10-11T02:37:24+00:00","mainEntityOfPage":{"@id":"https:\/\/prodskill.com\/excel-vba-lecture-preface\/"},"wordCount":80,"commentCount":0,"publisher":{"@id":"https:\/\/prodskill.com\/ko\/#\/schema\/person\/bbad0870c78008c82edbe0960fe768bd"},"image":{"@id":"https:\/\/prodskill.com\/excel-vba-lecture-preface\/#primaryimage"},"thumbnailUrl":"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/image-53.png","keywords":["\uc5d1\uc140VBA"],"articleSection":["\uc5d1\uc140 VBA \uac15\uc88c"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/prodskill.com\/excel-vba-lecture-preface\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/prodskill.com\/excel-vba-lecture-preface\/","url":"https:\/\/prodskill.com\/excel-vba-lecture-preface\/","name":"Start the Excel VBA course. (Lecture notice, feat. Why we recommend Excel VBA)","isPartOf":{"@id":"https:\/\/prodskill.com\/ko\/#website"},"primaryImageOfPage":{"@id":"https:\/\/prodskill.com\/excel-vba-lecture-preface\/#primaryimage"},"image":{"@id":"https:\/\/prodskill.com\/excel-vba-lecture-preface\/#primaryimage"},"thumbnailUrl":"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/image-53.png","datePublished":"2022-09-10T15:30:03+00:00","dateModified":"2022-10-11T02:37:24+00:00","description":"Effectively utilizing Excel VBA can increase work productivity and improve the quality of your output. Increased productivity means reducing the time it takes to complete the same task. Increased productivity also means more work can be completed.","breadcrumb":{"@id":"https:\/\/prodskill.com\/excel-vba-lecture-preface\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prodskill.com\/excel-vba-lecture-preface\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prodskill.com\/excel-vba-lecture-preface\/#primaryimage","url":"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/image-53.png","contentUrl":"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/image-53.png","width":871,"height":575},{"@type":"BreadcrumbList","@id":"https:\/\/prodskill.com\/excel-vba-lecture-preface\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/prodskill.com\/ko\/"},{"@type":"ListItem","position":2,"name":"\uc5d1\uc140 VBA \uac15\uc88c\ub97c \uc2dc\uc791\ud569\ub2c8\ub2e4. (\uac15\uc88c\uc608\uace0, feat.\uc5d1\uc140 VBA\ub97c \uad8c\uc7a5\ud558\ub294 \uc774\uc720)"}]},{"@type":"WebSite","@id":"https:\/\/prodskill.com\/ko\/#website","url":"https:\/\/prodskill.com\/ko\/","name":"Productivity Skills","description":"Meta Thinking, Meta Working","publisher":{"@id":"https:\/\/prodskill.com\/ko\/#\/schema\/person\/bbad0870c78008c82edbe0960fe768bd"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/prodskill.com\/ko\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/prodskill.com\/ko\/#\/schema\/person\/bbad0870c78008c82edbe0960fe768bd","name":"Zerom","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/productivity_clockgear.png","url":"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/productivity_clockgear.png","contentUrl":"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/productivity_clockgear.png","width":512,"height":512,"caption":"Zerom"},"logo":{"@id":"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/productivity_clockgear.png"},"url":"https:\/\/prodskill.com\/en\/author\/proda\/"}]}},"_links":{"self":[{"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/posts\/11303","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/comments?post=11303"}],"version-history":[{"count":0,"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/posts\/11303\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/media\/11304"}],"wp:attachment":[{"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/media?parent=11303"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/categories?post=11303"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/tags?post=11303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}