{"id":4866,"date":"2019-11-11T15:52:24","date_gmt":"2019-11-11T15:52:24","guid":{"rendered":"http:\/\/officetuts.net\/excel\/?p=4866"},"modified":"2024-03-28T11:19:41","modified_gmt":"2024-03-28T11:19:41","slug":"insert-row-shortcut","status":"publish","type":"post","link":"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/","title":{"rendered":"Insert Row Shortcut in Excel"},"content":{"rendered":"\n
Insert-Row-Shortcut-in-Excel<\/a>Download File<\/a><\/div>\n\n\n\n

To insert a row or rows in Excel using a keyboard shortcut, you have to select at least one cell, otherwise, the shortcut won’t work because Excel doesn’t know where to insert a new row.<\/p>\n\n\n\n

\"\"<\/figure>\n\n\n\n

Now, you can use the following keyboard shortcut.<\/p>\n\n\n\n

Ctrl +\nShift + +<\/strong><\/p>\n\n\n\n

Now, you have to move your down arrow twice, or just click Entire row<\/strong>.<\/p>\n\n\n\n

\"\"<\/figure>\n\n\n\n

Because we selected cells<\/a> in two rows, two new rows are\ninserted.<\/p>\n\n\n\n

\"\"<\/figure>\n\n\n\n

This method is fine, but there are too many steps in the\nprocess.<\/p>\n\n\n\n

Insert a row using a macro<\/h2>\n\n\n\n

Let’s create a macro that will add rows with just a keyboard\nshortcut.<\/p>\n\n\n\n

First, click a cell inside a worksheet. Then click a\nshortcut in the bottom-left corner to start recording a macro<\/a>.<\/p>\n\n\n\n

Add a name and choose a keyboard shortcut. You can’t use the\nsame shortcut as before because the shortcut should look like this:<\/p>\n\n\n\n

Ctrl + [letter]<\/strong><\/p>\n\n\n\n

Ctrl + Shift + [letter]<\/strong><\/p>\n\n\n\n

I’m going to use Ctrl\n+ Shift + I<\/strong> to run this macro. To do it, move the cursor to the small\ntextbox, under the Shortcut key<\/strong> and\npress Shift + i<\/strong>.<\/p>\n\n\n\n

\"\"<\/figure>\n\n\n\n

Click OK<\/strong>.<\/p>\n\n\n\n

Now, use the Ctrl +\nShift + +<\/strong> shortcut one last time and from the insert, window choose “Entire row<\/strong>“. Click OK<\/strong>.<\/p>\n\n\n\n

Stop recording the macro immediately after that by clicking the stop button in the bottom-left corner.<\/p>\n\n\n\n

\"\"<\/figure>\n\n\n\n

To update or change the code in your macro, you can navigate\nto View >> Macros >> Macros<\/strong>.<\/p>\n\n\n\n

\"\"<\/figure>\n\n\n\n

Select the macro. You can click Options<\/strong> to change a shortcut, or Edit<\/strong> to view the code inside this macro.<\/p>\n\n\n\n

If you followed the steps to the letter, your code should look like this.<\/p>\n\n\n\n

Sub InserRow()\n'\n' InserRow Macro\n'\n' Keyboard Shortcut: Ctrl+Shift+I\n'\n    Selection.EntireRow.Insert\nEnd Sub<\/code><\/pre>\n\n\n\n

Most of this is a comment about the keyboard shortcut and macro name. You can delete them. Below the comment is the most important part – the actual code.<\/p>\n\n\n\n

Selection.EntireRow.Insert<\/code><\/pre>\n\n\n\n

That’s it, now you can insert row(s) with the following\nshortcut: Ctrl + Shift + I<\/strong>.<\/p>\n","protected":false},"excerpt":{"rendered":"

To insert a row or rows in Excel using a keyboard shortcut, you have to select at least one cell, otherwise, the shortcut…<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[21],"tags":[170,190],"yoast_head":"\nInsert Row Shortcut in Excel<\/title>\n<meta name=\"description\" content=\"Learn how to insert rows in #Excel using keyboard shortcuts and macros. Save time with these step-by-step instructions and screenshots.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Insert Row Shortcut in Excel\" \/>\n<meta property=\"og:description\" content=\"Learn how to insert rows in #Excel using keyboard shortcuts and macros. Save time with these step-by-step instructions and screenshots.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-11-11T15:52:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-28T11:19:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2019\/11\/insert-new-row-shortcut-example.png\" \/>\n<meta name=\"author\" content=\"Tomasz Decker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tomasz Decker\" \/>\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:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/\"},\"author\":{\"name\":\"Tomasz Decker\",\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\"},\"headline\":\"Insert Row Shortcut in Excel\",\"datePublished\":\"2019-11-11T15:52:24+00:00\",\"dateModified\":\"2024-03-28T11:19:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/\"},\"wordCount\":329,\"publisher\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\"},\"image\":{\"@id\":\"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2019\/11\/insert-new-row-shortcut-example.png\",\"keywords\":[\"file\",\"pinterest\"],\"articleSection\":[\"examples\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/\",\"url\":\"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/\",\"name\":\"Insert Row Shortcut in Excel\",\"isPartOf\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2019\/11\/insert-new-row-shortcut-example.png\",\"datePublished\":\"2019-11-11T15:52:24+00:00\",\"dateModified\":\"2024-03-28T11:19:41+00:00\",\"description\":\"Learn how to insert rows in #Excel using keyboard shortcuts and macros. Save time with these step-by-step instructions and screenshots.\",\"breadcrumb\":{\"@id\":\"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/#primaryimage\",\"url\":\"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2019\/11\/insert-new-row-shortcut-example.png\",\"contentUrl\":\"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2019\/11\/insert-new-row-shortcut-example.png\",\"width\":399,\"height\":280},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/officetuts.net\/excel\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Insert Row Shortcut in Excel\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/officetuts.net\/excel\/#website\",\"url\":\"https:\/\/officetuts.net\/excel\/\",\"name\":\"\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/officetuts.net\/excel\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\",\"name\":\"Tomasz Decker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g\",\"caption\":\"Tomasz Decker\"},\"logo\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/\"},\"description\":\"Spreadsheet and Python enthusiast.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Insert Row Shortcut in Excel","description":"Learn how to insert rows in #Excel using keyboard shortcuts and macros. Save time with these step-by-step instructions and screenshots.","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:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/","og_locale":"en_US","og_type":"article","og_title":"Insert Row Shortcut in Excel","og_description":"Learn how to insert rows in #Excel using keyboard shortcuts and macros. Save time with these step-by-step instructions and screenshots.","og_url":"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/","article_published_time":"2019-11-11T15:52:24+00:00","article_modified_time":"2024-03-28T11:19:41+00:00","og_image":[{"url":"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2019\/11\/insert-new-row-shortcut-example.png"}],"author":"Tomasz Decker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tomasz Decker","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/#article","isPartOf":{"@id":"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/"},"author":{"name":"Tomasz Decker","@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42"},"headline":"Insert Row Shortcut in Excel","datePublished":"2019-11-11T15:52:24+00:00","dateModified":"2024-03-28T11:19:41+00:00","mainEntityOfPage":{"@id":"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/"},"wordCount":329,"publisher":{"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42"},"image":{"@id":"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/#primaryimage"},"thumbnailUrl":"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2019\/11\/insert-new-row-shortcut-example.png","keywords":["file","pinterest"],"articleSection":["examples"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/","url":"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/","name":"Insert Row Shortcut in Excel","isPartOf":{"@id":"https:\/\/officetuts.net\/excel\/#website"},"primaryImageOfPage":{"@id":"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/#primaryimage"},"image":{"@id":"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/#primaryimage"},"thumbnailUrl":"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2019\/11\/insert-new-row-shortcut-example.png","datePublished":"2019-11-11T15:52:24+00:00","dateModified":"2024-03-28T11:19:41+00:00","description":"Learn how to insert rows in #Excel using keyboard shortcuts and macros. Save time with these step-by-step instructions and screenshots.","breadcrumb":{"@id":"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/#primaryimage","url":"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2019\/11\/insert-new-row-shortcut-example.png","contentUrl":"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2019\/11\/insert-new-row-shortcut-example.png","width":399,"height":280},{"@type":"BreadcrumbList","@id":"https:\/\/officetuts.net\/excel\/examples\/insert-row-shortcut\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/officetuts.net\/excel\/"},{"@type":"ListItem","position":2,"name":"Insert Row Shortcut in Excel"}]},{"@type":"WebSite","@id":"https:\/\/officetuts.net\/excel\/#website","url":"https:\/\/officetuts.net\/excel\/","name":"","description":"","publisher":{"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/officetuts.net\/excel\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42","name":"Tomasz Decker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g","caption":"Tomasz Decker"},"logo":{"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/"},"description":"Spreadsheet and Python enthusiast."}]}},"_links":{"self":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts\/4866"}],"collection":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/comments?post=4866"}],"version-history":[{"count":7,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts\/4866\/revisions"}],"predecessor-version":[{"id":15464,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts\/4866\/revisions\/15464"}],"wp:attachment":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/media?parent=4866"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/categories?post=4866"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/tags?post=4866"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}