{"id":12072,"date":"2024-02-02T23:00:36","date_gmt":"2024-02-02T23:00:36","guid":{"rendered":"http:\/\/www.learnexcelmacro.com\/?p=78"},"modified":"2024-02-02T23:00:36","modified_gmt":"2024-02-02T23:00:36","slug":"getting-started-with-excel-macro-1","status":"publish","type":"post","link":"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/","title":{"rendered":"Excel Macro Tutorial : What is Excel Macro ?"},"content":{"rendered":"

[et_pb_section fb_built=”1″ admin_label=”section” _builder_version=”4.16″ da_disable_devices=”off|off|off” global_colors_info=”{}” da_is_popup=”off” da_exit_intent=”off” da_has_close=”on” da_alt_close=”off” da_dark_close=”off” da_not_modal=”on” da_is_singular=”off” da_with_loader=”off” da_has_shadow=”on”][et_pb_row admin_label=”row” _builder_version=”4.16″ background_size=”initial” background_position=”top_left” background_repeat=”repeat” global_colors_info=”{}”][et_pb_column type=”4_4″ _builder_version=”4.16″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||”][et_pb_text _builder_version=”4.17.6″ _module_preset=”default” global_colors_info=”{}”]Dear Beginner,<\/p>\n

In this Excel Macros Tutorial<\/a>, you are going to learn the Basics of Excel Macro. This is the first Article of this Tutorial so Let’s begin with What is Excel Macro<\/strong>
\n<\/p>\n

What is Excel Macro ?<\/h1>\n

Let’s not get too much in detail at this point. For now, in simple language, Macro is very popular software available with the most of the windows applications. Many of the windows applications provide inbuilt Macro programming. For example: Excel, Word etc. Here in this blog you will be learning this how to use it in Microsoft Excel.<\/p>\n

\nIt allows you to perform multiple operations just by clicking a simple button or changing a cell value or opening a workbook etc. It enables you to work in a smart and efficient way. In terms of productivity, it is very productive as it reduces lots of manual work and gets the things done very fast especially things which you are doing it repeatedly.<\/p>\n

So, is it a programming language? <\/h1>\n

For now, Yes, it is very similar to Visual Basic. You don’t need to know much about the history of this language at this point of time. If you are interested and want to know history of this Language you can read this article.<\/a> It is a video tutorial,<\/a> where I have discussed about the history of this Language.<\/p>\n

\nSo now, I will directly jump to my original topic, where, I am going to teach you two Important features of this Tool, which, you as a beginner, will like it the most \ud83d\ude42
\nThey are <\/p>\n

i) Recording a Macro <\/h3>\n

ii) Playing a Recorded Macro <\/h3>\n

Where do you find or see excel Macro or VBA code in Excel?<\/h1>\n

Don’t get confused with these two terms which I am using Macro<\/strong> and VBA<\/strong>. It is not worth spending time on. You can consider them to be the SAME THING<\/strong> for now. You can refer my video tutorial,<\/a>, if you really want to know the difference between these two terms.
\nIn this tutorial, I will be taking example of MS Excel and will be exploring each and every possible technique to do the things in a very easy manner.
\n
\nIn MS Excel, we have both recording and writing our own macros based on our need. We will start with Macro recording.
\n<\/p>\n

How to Record Macro in excel<\/h1>\n

In this section you will learn, how to Record Macro in Excel. Follow the below Steps one by one to record macros in Excel:
\n<\/p>\n

STEP 1.<\/h2>\n

Open one excel workbook. (Taken example of MS Excel 2010)<\/p>\n

STEP 2.<\/h2>\n

Go to “Developer” Tab of the workbook. (How to add Developer Tab in Excel-2010 and 2007 Workbook<\/a>)<\/p>\n

STEP 3.<\/h2>\n

Click on \u201cRecord Macro\u201d button in the right hand side of the Top Menu Bar
\n
\n\"\"
\n<\/p>\n

STEP 4.<\/h2>\n

In Excel 2007 and 2010, Macro recording can be started by clicking on the Red Shape button marked in the bottom bar of the Excel in left hand side.
\n
\n\"\"<\/p>\n

STEP 5.<\/h2>\n

Click on Record Macro Button shown above
\n
\n\"\"<\/p>\n

STEP 6.<\/h2>\n

In the above dialog box, enter the suitable name for this Macro.
\nYou can also specify the shortcut key for running this particular recorded macro. It means on pressing that particular shortcut-key, this macro will automatically run.
\nTo know more about assigning short keys to your macros read this article:
How to assign a Shortcut key to a Macro ?<\/a>
\n
You can also refer list of important built-in short keys in Excel here<\/a><\/p>\n

STEP 7.<\/h2>\n

You can give the location, where you want to store this particular macro and also you can write some description about this particular to be recorded Macro.
\n<\/p>\n

STEP 8.<\/h2>\n

Now click OK and do some operation on the excel sheet. Like formatting of the cell or sorting some of the values etc. and click on the Stop button at the same place when you started running the Macro.
\n
\n\"\"
\n<\/p>\n

STEP 9.<\/h2>\n

I have done the above formatting and wrote few column names while recording.<\/p>\n

STEP 10.<\/h2>\n

To view this particular recorded macro, right click on any of the Sheet Name -> View Code<\/p>\n

STEP 11.<\/h2>\n

In left hand side pane, under VBA Project of that workbook, Expand the Module<\/p>\n

STEP 12.<\/h2>\n

One Module would have been created there \u201cModule 1\u201d. Click on this<\/p>\n

STEP 13.<\/h2>\n

You can see the recorded code with the given Macro Name.
\n
\n\"\"<\/p>\n

<\/p>\n

How to Run Excel Macro or VBA code in Excel<\/h1>\n

You can Run this Recorded Macro in two ways: <\/p>\n

1. By Pressing Run Button <\/h3>\n

2. By Pressing a short key – Alt+F8<\/h3>\n

\nBefore, I run this recorded Macro, I have deleted the formatting done during the recording of this macro. Now once I will run this Macro, then automatically that formatting will be done in that Sheet.. Magic.. Isn’t it? \ud83d\ude42 First, we will see how to run the recorded Macro by pressing the play button in VB Editor screen.<\/p>\n

Here is the clean sheet :
\n\"\"<\/p>\n

How to Run your macro by pressing the Play button?<\/h1>\n

STEP 1. <\/h2>\n

First of all, go to your VBA code screen. You would not find a play button on the workbook screen.<\/p>\n

STEP 2.<\/h2>\n

Place your cursor\/mouse within the excel macro which you want to run<\/p>\n

STEP 3.<\/h2>\n

Click on Run or Play button as highlighted in below image:<\/p>\n

\"simple-excel-macro\"<\/p>\n

That is it !! You are done… and here is the result:<\/h2>\n

\"\"   <\/p>\n

Important<\/h2>\n

If you do not place your cursor somewhere within the VBA code which you want to run, then it will show you below popup with list of all Macros written in your workbook for your select which one you would like to run.<\/p>\n

\"simple-excel-macro\"<\/p>\n

How to run play your macro without going to VBE Screen<\/h1>\n

If you Do not want to run the Macro, by Pressing the Run Button in the VBE screen, not to worry, you can run it from your Worksheet screen as well. Follow the below 3 simple steps to run your macro without going to the VBE screen.
\n<\/p>\n

STEP 1.<\/h2>\n

Press Alt + F8<\/strong> as a Shortkey. The following popup will appear (same as mentioned above)
\n\"simple-excel-macro\"<\/p>\n

STEP 2.<\/h2>\n

Select Your Macro from the Drop Down<\/p>\n

STEP 3.<\/h2>\n

Click on Run<\/p>\n

\nThat is it!! Congratulations !! Now, you know how to Record and Play Macro in Excel Workbook.\n<\/p>\n

[\/et_pb_text][et_pb_blurb title=”You may follow some tutorials here” use_icon=”on” font_icon=”||fa||400″ _builder_version=”4.17.6″ _module_preset=”0249c68e-4de8-4f44-84ff-a9b1850785b6″ hover_enabled=”0″ global_colors_info=”{}” sticky_enabled=”0″]<\/p>\n

    \n
  1. \nBeginner\u2019s Page: Excel Macro Tutorial<\/a><\/strong><\/li>\n
  2. HP Quality Center: Excel Macros for HP Quality Center<\/a><\/strong><\/li>\n
  3. Excel Tutorial: Advanced Excel Macro Tutorials<\/a><\/strong><\/li>\n
  4. FREE Tools: Excel Macro Tools \u2013 FREE Download<\/a><\/strong><\/li>\n
  5. Send Email: \u00a0Series of articles about sending emails using excel VBA<\/a><\/strong><\/li>\n
  6. UDFs :\u00a0Useful User Defined Functions<\/a><\/strong><\/li>\n
  7. Excel Formula\u00a0:\u00a0Some important and useful Excel Formulas<\/a><\/strong><\/li>\n<\/ol>\n

    [\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n<\/span>","protected":false},"excerpt":{"rendered":"

    Dear Beginner, In this Excel Macros Tutorial, you are going to learn the Basics of Excel Macro. This is the first Article of this Tutorial so Let’s begin with What is Excel Macro What is Excel Macro ? Let’s not get too much in detail at this point. For now, in simple language, Macro is […]<\/p>\n","protected":false},"author":45,"featured_media":13876,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[1679],"tags":[],"class_list":["post-12072","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-excel-macro-beginner"],"yoast_head":"\nExcel Macro Tutorial : What is Excel Macro ? - Let's excel in Excel<\/title>\n<meta name=\"description\" content=\"Step by Step tutorial - How to record and play Excel Macro ? What is Excel Macro? What is Excel VBA? Difference between VBA and Macro? Short key to play macro\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel Macro Tutorial : What is Excel Macro ?\" \/>\n<meta property=\"og:description\" content=\"Step by Step tutorial - How to record and play Excel Macro ? What is Excel Macro? What is Excel VBA? Difference between VBA and Macro? Short key to play macro\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/\" \/>\n<meta property=\"og:site_name\" content=\"Let's excel in Excel\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/vmlogger\" \/>\n<meta property=\"article:author\" content=\"http:\/\/www.facebook.com\/vmlogger\" \/>\n<meta property=\"article:published_time\" content=\"2024-02-02T23:00:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2011\/10\/My-first-macro-start.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"640\" \/>\n\t<meta property=\"og:image:height\" content=\"390\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Vishwamitra Mishra\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/www.twitter.com\/learnexcelmacro\" \/>\n<meta name=\"twitter:site\" content=\"@learnexcelmacro\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Vishwamitra Mishra\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/\"},\"author\":{\"name\":\"Vishwamitra Mishra\",\"@id\":\"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/7500a107b0b2d35a8492acf0d11fc8e5\"},\"headline\":\"Excel Macro Tutorial : What is Excel Macro ?\",\"datePublished\":\"2024-02-02T23:00:36+00:00\",\"dateModified\":\"2024-02-02T23:00:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/\"},\"wordCount\":1229,\"commentCount\":65,\"publisher\":{\"@id\":\"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/7500a107b0b2d35a8492acf0d11fc8e5\"},\"image\":{\"@id\":\"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2011\/10\/My-first-macro-start.jpg\",\"articleSection\":[\"Excel Macro Beginner\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/\",\"url\":\"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/\",\"name\":\"Excel Macro Tutorial : What is Excel Macro ? - Let's excel in Excel\",\"isPartOf\":{\"@id\":\"https:\/\/vmlogger.com\/excel\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2011\/10\/My-first-macro-start.jpg\",\"datePublished\":\"2024-02-02T23:00:36+00:00\",\"dateModified\":\"2024-02-02T23:00:36+00:00\",\"description\":\"Step by Step tutorial - How to record and play Excel Macro ? What is Excel Macro? What is Excel VBA? Difference between VBA and Macro? Short key to play macro\",\"breadcrumb\":{\"@id\":\"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/#primaryimage\",\"url\":\"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2011\/10\/My-first-macro-start.jpg\",\"contentUrl\":\"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2011\/10\/My-first-macro-start.jpg\",\"width\":640,\"height\":390,\"caption\":\"Start straight for business\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/vmlogger.com\/excel\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel Macro Beginner\",\"item\":\"https:\/\/vmlogger.com\/excel\/excel-macro-beginner\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Excel Macro Tutorial : What is Excel Macro ?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/vmlogger.com\/excel\/#website\",\"url\":\"https:\/\/vmlogger.com\/excel\/\",\"name\":\"Let's excel in Excel\",\"description\":\"Let's share knowledge\",\"publisher\":{\"@id\":\"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/7500a107b0b2d35a8492acf0d11fc8e5\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/vmlogger.com\/excel\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/7500a107b0b2d35a8492acf0d11fc8e5\",\"name\":\"Vishwamitra Mishra\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2022\/07\/avataaars-1.png\",\"contentUrl\":\"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2022\/07\/avataaars-1.png\",\"width\":528,\"height\":560,\"caption\":\"Vishwamitra Mishra\"},\"logo\":{\"@id\":\"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/image\/\"},\"description\":\"My name is Vishwamitra Mishra. Friends Call me Vishwa. I hold a Bachelor\u2019s Degree in Computer Science from D.A.V.V. Indore & currently working as a Technical Lead having over 7 years of experience.\",\"sameAs\":[\"http:\/\/www.learnexcelmacro.com\",\"http:\/\/www.facebook.com\/vmlogger\",\"https:\/\/x.com\/https:\/\/www.twitter.com\/learnexcelmacro\",\"https:\/\/www.youtube.com\/c\/VMLogger\"],\"url\":\"https:\/\/vmlogger.com\/excel\/author\/vishwamitra\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Excel Macro Tutorial : What is Excel Macro ? - Let's excel in Excel","description":"Step by Step tutorial - How to record and play Excel Macro ? What is Excel Macro? What is Excel VBA? Difference between VBA and Macro? Short key to play macro","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:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/","og_locale":"en_US","og_type":"article","og_title":"Excel Macro Tutorial : What is Excel Macro ?","og_description":"Step by Step tutorial - How to record and play Excel Macro ? What is Excel Macro? What is Excel VBA? Difference between VBA and Macro? Short key to play macro","og_url":"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/","og_site_name":"Let's excel in Excel","article_publisher":"http:\/\/www.facebook.com\/vmlogger","article_author":"http:\/\/www.facebook.com\/vmlogger","article_published_time":"2024-02-02T23:00:36+00:00","og_image":[{"width":640,"height":390,"url":"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2011\/10\/My-first-macro-start.jpg","type":"image\/jpeg"}],"author":"Vishwamitra Mishra","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/www.twitter.com\/learnexcelmacro","twitter_site":"@learnexcelmacro","twitter_misc":{"Written by":"Vishwamitra Mishra","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/#article","isPartOf":{"@id":"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/"},"author":{"name":"Vishwamitra Mishra","@id":"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/7500a107b0b2d35a8492acf0d11fc8e5"},"headline":"Excel Macro Tutorial : What is Excel Macro ?","datePublished":"2024-02-02T23:00:36+00:00","dateModified":"2024-02-02T23:00:36+00:00","mainEntityOfPage":{"@id":"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/"},"wordCount":1229,"commentCount":65,"publisher":{"@id":"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/7500a107b0b2d35a8492acf0d11fc8e5"},"image":{"@id":"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/#primaryimage"},"thumbnailUrl":"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2011\/10\/My-first-macro-start.jpg","articleSection":["Excel Macro Beginner"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/","url":"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/","name":"Excel Macro Tutorial : What is Excel Macro ? - Let's excel in Excel","isPartOf":{"@id":"https:\/\/vmlogger.com\/excel\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/#primaryimage"},"image":{"@id":"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/#primaryimage"},"thumbnailUrl":"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2011\/10\/My-first-macro-start.jpg","datePublished":"2024-02-02T23:00:36+00:00","dateModified":"2024-02-02T23:00:36+00:00","description":"Step by Step tutorial - How to record and play Excel Macro ? What is Excel Macro? What is Excel VBA? Difference between VBA and Macro? Short key to play macro","breadcrumb":{"@id":"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/#primaryimage","url":"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2011\/10\/My-first-macro-start.jpg","contentUrl":"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2011\/10\/My-first-macro-start.jpg","width":640,"height":390,"caption":"Start straight for business"},{"@type":"BreadcrumbList","@id":"https:\/\/vmlogger.com\/excel\/2024\/02\/getting-started-with-excel-macro-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vmlogger.com\/excel\/"},{"@type":"ListItem","position":2,"name":"Excel Macro Beginner","item":"https:\/\/vmlogger.com\/excel\/excel-macro-beginner\/"},{"@type":"ListItem","position":3,"name":"Excel Macro Tutorial : What is Excel Macro ?"}]},{"@type":"WebSite","@id":"https:\/\/vmlogger.com\/excel\/#website","url":"https:\/\/vmlogger.com\/excel\/","name":"Let's excel in Excel","description":"Let's share knowledge","publisher":{"@id":"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/7500a107b0b2d35a8492acf0d11fc8e5"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vmlogger.com\/excel\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/7500a107b0b2d35a8492acf0d11fc8e5","name":"Vishwamitra Mishra","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/image\/","url":"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2022\/07\/avataaars-1.png","contentUrl":"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2022\/07\/avataaars-1.png","width":528,"height":560,"caption":"Vishwamitra Mishra"},"logo":{"@id":"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/image\/"},"description":"My name is Vishwamitra Mishra. Friends Call me Vishwa. I hold a Bachelor\u2019s Degree in Computer Science from D.A.V.V. Indore & currently working as a Technical Lead having over 7 years of experience.","sameAs":["http:\/\/www.learnexcelmacro.com","http:\/\/www.facebook.com\/vmlogger","https:\/\/x.com\/https:\/\/www.twitter.com\/learnexcelmacro","https:\/\/www.youtube.com\/c\/VMLogger"],"url":"https:\/\/vmlogger.com\/excel\/author\/vishwamitra\/"}]}},"_links":{"self":[{"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/posts\/12072"}],"collection":[{"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/users\/45"}],"replies":[{"embeddable":true,"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/comments?post=12072"}],"version-history":[{"count":0,"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/posts\/12072\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/media\/13876"}],"wp:attachment":[{"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/media?parent=12072"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/categories?post=12072"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/tags?post=12072"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}