
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Office 2013 Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/office-2013/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/tag/office-2013/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Tue, 31 Mar 2020 11:13:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://www.technig.com/wp-content/uploads/2020/04/32x32.png</url>
	<title>Office 2013 Archives - TECHNIG</title>
	<link>https://www.technig.com/tag/office-2013/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>How to use CONCATENATE Function in Excel?</title>
		<link>https://www.technig.com/how-to-use-concatenate-function-in-excel/</link>
					<comments>https://www.technig.com/how-to-use-concatenate-function-in-excel/#comments</comments>
		
		<dc:creator><![CDATA[Raza Bayani]]></dc:creator>
		<pubDate>Thu, 05 Mar 2015 11:22:55 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Concatenate Function]]></category>
		<category><![CDATA[Excel 2013]]></category>
		<category><![CDATA[Excel Functions]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Office 2013]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=1583</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="851" height="329" src="https://www.technig.com/wp-content/uploads/2015/03/Featured.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2015/03/Featured.png 851w, https://www.technig.com/wp-content/uploads/2015/03/Featured-300x116.png 300w, https://www.technig.com/wp-content/uploads/2015/03/Featured-768x297.png 768w" sizes="(max-width: 851px) 100vw, 851px" /></div>
<p>Excel is present with hundreds of Functions but Today we&#8217;ll learn about one of the great Excel Functions &#8220;CONCATENATE&#8221;. It is used for joining values of two or more then two cells. It can be used with the most common Excel Function &#8220;IF&#8221; and other String &#38; Math and Trig Functions such as: LEFT, RIGHT, MID, REPT,CODE, [&#8230;]</p>
<p>The post <a href="https://www.technig.com/how-to-use-concatenate-function-in-excel/">How to use CONCATENATE Function in Excel?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="851" height="329" src="https://www.technig.com/wp-content/uploads/2015/03/Featured.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/03/Featured.png 851w, https://www.technig.com/wp-content/uploads/2015/03/Featured-300x116.png 300w, https://www.technig.com/wp-content/uploads/2015/03/Featured-768x297.png 768w" sizes="(max-width: 851px) 100vw, 851px" /></div><p>Excel is present with hundreds of Functions but Today we&#8217;ll learn about one of the great Excel Functions &#8220;CONCATENATE&#8221;. It is used for joining values of two or more then two cells. It can be used with the most common Excel Function &#8220;IF&#8221; and other String &amp; Math and Trig Functions such as: LEFT, RIGHT, MID, REPT,CODE, TRIM, LEN, EXACT, UPPER, LOWER, PROPER, SUM, AVERAGE, COUNT, PMT, IMPT, PV and etc..</p>
<p>We will start with a very simple example.</p>
<ul>
<li>Insert your data table</li>
<li>Choose a cell where you want to join the values of different cells.</li>
<li>Start with (=) sign then type &#8220;CONCATENATE&#8221; without qoutes.</li>
<li>Open brackets after typing the function Concatenate.</li>
<li>Select the values and place &#8220;comma&#8221; after each word.</li>
<li>
<pre>=CONCATENATE(text1, [text2],[text3],...)</pre>
</li>
<li>Look at the example below:</li>
</ul>
<figure id="attachment_1590" aria-describedby="caption-attachment-1590" style="width: 633px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/03/Concatenate-One.png"><img decoding="async" class="size-full wp-image-1590" src="http://3.90.216.52/wp-content/uploads/2015/03/Concatenate-One.png" alt="Concatenate Function" width="633" height="285" srcset="https://www.technig.com/wp-content/uploads/2015/03/Concatenate-One.png 633w, https://www.technig.com/wp-content/uploads/2015/03/Concatenate-One-300x135.png 300w" sizes="(max-width: 633px) 100vw, 633px" /></a><figcaption id="caption-attachment-1590" class="wp-caption-text">Concatenate Function</figcaption></figure>
<p>In the above Example we have three words in different cells (N4, O4 and P4) and we have joined them through the CONCATENATE Function in Cell (Q4).</p>
<p>If you concentrate in the example above we don&#8217;t need any space between words in Cell (Q4), but in other cells below that we can see that there is a SPACE between each name or word. So while working with CONCATENATE Function we have to be careful about the SPACES.</p>
<blockquote><p>If you want to insert a space between two words, You&#8217;ve to use (,&#8221; &#8220;,) after selecting a cell in CONCATENATE Function.</p></blockquote>
<p>OR</p>
<blockquote><p>You can add spaces after those cell values which you&#8217;re going to join them, in there cells.</p></blockquote>
<p>Look at the Example Below:</p>
<figure id="attachment_1591" aria-describedby="caption-attachment-1591" style="width: 638px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/03/Concatenate-Two.png"><img decoding="async" class="size-full wp-image-1591" src="http://3.90.216.52/wp-content/uploads/2015/03/Concatenate-Two.png" alt="Concatenate Function" width="638" height="289" srcset="https://www.technig.com/wp-content/uploads/2015/03/Concatenate-Two.png 638w, https://www.technig.com/wp-content/uploads/2015/03/Concatenate-Two-300x136.png 300w" sizes="(max-width: 638px) 100vw, 638px" /></a><figcaption id="caption-attachment-1591" class="wp-caption-text">Concatenate Function</figcaption></figure>
<ul>
<li>In example below, I&#8217;ve mixed and joined &#8220;Thank You&#8221;, &#8220;Please Pay&#8221; and Customer Name &#8220;Ali&#8221; and have used CONCATENATE with IF function.</li>
<li>In case if the <b>PAID AMOUNT </b>is less then <strong>TOTAL PRICE, </strong> &#8220;Please Pay + Customer Name&#8221; will be visible.</li>
<li>and if the <strong>PAID AMOUNT </strong>is equal to 0, then &#8220;Thank You + Customer Name&#8221; will be visible.</li>
</ul>
<figure id="attachment_1592" aria-describedby="caption-attachment-1592" style="width: 851px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/03/Featured.png"><img loading="lazy" decoding="async" class="size-full wp-image-1592" src="http://3.90.216.52/wp-content/uploads/2015/03/Featured.png" alt="Concatenate Function" width="851" height="329" srcset="https://www.technig.com/wp-content/uploads/2015/03/Featured.png 851w, https://www.technig.com/wp-content/uploads/2015/03/Featured-300x116.png 300w, https://www.technig.com/wp-content/uploads/2015/03/Featured-768x297.png 768w" sizes="(max-width: 851px) 100vw, 851px" /></a><figcaption id="caption-attachment-1592" class="wp-caption-text">Concatenate Function</figcaption></figure>
<p>WANT MORE EXCEL FUNCTIONS?</p>
<p>VIEW : <a title="Microsoft" href="https://support.office.com/en-nz/article/Excel-functions-by-category-9d1bdb2c-9fbd-4b9f-9a62-7b1c61c771da" target="_blank" rel="noopener noreferrer">MICROSOFT EXCEL FUNCTIONS BY CATEGORY</a></p>
<p>Best of Luck!</p>
<p>The post <a href="https://www.technig.com/how-to-use-concatenate-function-in-excel/">How to use CONCATENATE Function in Excel?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/how-to-use-concatenate-function-in-excel/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1583</post-id>	</item>
		<item>
		<title>How to create and use a Macro in MS Word 2013</title>
		<link>https://www.technig.com/how-to-create-and-use-a-macro-in-ms-word-2013/</link>
					<comments>https://www.technig.com/how-to-create-and-use-a-macro-in-ms-word-2013/#comments</comments>
		
		<dc:creator><![CDATA[Raza Bayani]]></dc:creator>
		<pubDate>Sat, 07 Feb 2015 14:41:43 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[Office 2013]]></category>
		<category><![CDATA[Word 2013]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=1230</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/02/How-to-create-and-use-a-Macro-in-MS-Word-2013-Technig.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to create and use a Macro in MS Word 2013 - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/02/How-to-create-and-use-a-Macro-in-MS-Word-2013-Technig.png 840w, https://www.technig.com/wp-content/uploads/2015/02/How-to-create-and-use-a-Macro-in-MS-Word-2013-Technig-300x150.png 300w, https://www.technig.com/wp-content/uploads/2015/02/How-to-create-and-use-a-Macro-in-MS-Word-2013-Technig-768x384.png 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>Microsoft Word gives us many great options such as macro for easy and better use. Simply macros are the commands for different actions, or we can say that macros are the recorded actions. In this post we are going to learn how to record a macro and use it with an easy way like a SHORTCUT! [&#8230;]</p>
<p>The post <a href="https://www.technig.com/how-to-create-and-use-a-macro-in-ms-word-2013/">How to create and use a Macro in MS Word 2013</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/02/How-to-create-and-use-a-Macro-in-MS-Word-2013-Technig.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to create and use a Macro in MS Word 2013 - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/02/How-to-create-and-use-a-Macro-in-MS-Word-2013-Technig.png 840w, https://www.technig.com/wp-content/uploads/2015/02/How-to-create-and-use-a-Macro-in-MS-Word-2013-Technig-300x150.png 300w, https://www.technig.com/wp-content/uploads/2015/02/How-to-create-and-use-a-Macro-in-MS-Word-2013-Technig-768x384.png 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p style="text-align: justify;"><a href="https://office.live.com/start/Word.aspx?omkt=en-US">Microsoft </a>Word gives us many great options such as macro for easy and better use.</p>
<p style="text-align: justify;">Simply macros are the commands for different actions, or we can say that macros are the recorded actions.</p>
<p style="text-align: justify;">In this post we are going to learn how to record a macro and use it with an easy way like a SHORTCUT!</p>
<p style="text-align: justify;">Our example will be:</p>
<blockquote><p>A macro that moves a word left to right.</p></blockquote>
<h2>Type some words like below:</h2>
<ul>
<li>Place your mouse courser at the right side of a word.</li>
</ul>
<h2><a href="http://3.90.216.52/wp-content/uploads/2015/02/1.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1231" src="http://3.90.216.52/wp-content/uploads/2015/02/1.png" alt="Macro" width="393" height="99" srcset="https://www.technig.com/wp-content/uploads/2015/02/1.png 393w, https://www.technig.com/wp-content/uploads/2015/02/1-300x76.png 300w" sizes="(max-width: 393px) 100vw, 393px" /></a></h2>
<h2></h2>
<h2>Start Recording a Macro:</h2>
<ul>
<li>Go to VIEW Tab &amp; Macros group.</li>
<li>Select Macros drop-down button and Record Macro.</li>
</ul>
<p><a href="http://3.90.216.52/wp-content/uploads/2015/02/Record-Macro.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1234" src="http://3.90.216.52/wp-content/uploads/2015/02/Record-Macro.png" alt="Record Macro" width="472" height="163" srcset="https://www.technig.com/wp-content/uploads/2015/02/Record-Macro.png 472w, https://www.technig.com/wp-content/uploads/2015/02/Record-Macro-300x104.png 300w" sizes="(max-width: 472px) 100vw, 472px" /></a></p>
<p>&nbsp;</p>
<h2>Name and Assign Shortcut for your Macro:</h2>
<ol>
<li>Type a name for your macro. (No space is allowed)</li>
<li>Click to assign a keyboard shortcut. (complete No. 3 then No. 2)</li>
<li>If you want, add some Descriptions.</li>
<li>Click &#8220;OK&#8221; (Complete the process of assigning a shortcut key then Press it)</li>
</ol>
<p><a href="http://3.90.216.52/wp-content/uploads/2015/02/Assign-Shortcut.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1233" src="http://3.90.216.52/wp-content/uploads/2015/02/Assign-Shortcut.png" alt="Name your macro" width="400" height="298" srcset="https://www.technig.com/wp-content/uploads/2015/02/Assign-Shortcut.png 400w, https://www.technig.com/wp-content/uploads/2015/02/Assign-Shortcut-300x224.png 300w, https://www.technig.com/wp-content/uploads/2015/02/Assign-Shortcut-86x64.png 86w" sizes="(max-width: 400px) 100vw, 400px" /></a></p>
<p>&nbsp;</p>
<h2>Assign Keyboard Shortcut:</h2>
<ol>
<li>Type a Shortcut key.</li>
<li>Click Assign to specify that shortcut for your macro.</li>
<li>See your Keyboard Shortcut here.</li>
<li>Press Close.</li>
</ol>
<p><a href="http://3.90.216.52/wp-content/uploads/2015/02/Assign-Shortcut-2.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1232" src="http://3.90.216.52/wp-content/uploads/2015/02/Assign-Shortcut-2.png" alt="Assign Shortcut" width="497" height="455" srcset="https://www.technig.com/wp-content/uploads/2015/02/Assign-Shortcut-2.png 497w, https://www.technig.com/wp-content/uploads/2015/02/Assign-Shortcut-2-300x275.png 300w" sizes="(max-width: 497px) 100vw, 497px" /></a></p>
<p>&nbsp;</p>
<p style="text-align: justify;">Now your macro is being recorded.</p>
<ul>
<li style="text-align: justify;">You must have place your courser to the any word in the middle of the sentence.</li>
<li style="text-align: justify;">Press F8 two times to select that word then press Esc.</li>
<li style="text-align: justify;">Hold and Press SHIFT + Delete buttons on your keyboard to send the word to Clipboard.</li>
<li style="text-align: justify;">Hold and Press Ctrl + Right Arrow Key, to Move your mouse courser to the right of the other word.</li>
<li style="text-align: justify;">Hold and Press SHIFT + Insert buttons on keyboard to paste the word from Clipboard.</li>
<li style="text-align: justify;">Hold and Press Ctrl + Left Arrow Key, to bring the mouse courser to it&#8217;s first place.</li>
<li style="text-align: justify;">Now you can stop Macro from Status Bar.</li>
</ul>
<blockquote><p>Your Text should look like this!</p></blockquote>
<p style="text-align: justify;"><a href="http://3.90.216.52/wp-content/uploads/2015/02/Stop-Macro.png"><img loading="lazy" decoding="async" class="aligncenter wp-image-1235 size-full" src="http://3.90.216.52/wp-content/uploads/2015/02/Stop-Macro.png" alt="Stop Macro" width="765" height="192" srcset="https://www.technig.com/wp-content/uploads/2015/02/Stop-Macro.png 765w, https://www.technig.com/wp-content/uploads/2015/02/Stop-Macro-300x75.png 300w" sizes="(max-width: 765px) 100vw, 765px" /></a> <strong><em>Congrats!</em></strong> Now it is completed and you can move a word from left to right by the<strong> Keyboard Shortcut</strong> or the <strong>Macro</strong> recorded.</p>
<p>&nbsp;</p>
<p>The post <a href="https://www.technig.com/how-to-create-and-use-a-macro-in-ms-word-2013/">How to create and use a Macro in MS Word 2013</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/how-to-create-and-use-a-macro-in-ms-word-2013/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1230</post-id>	</item>
		<item>
		<title>Create a custom tab in Microsoft Office 2019</title>
		<link>https://www.technig.com/create-custom-tab-microsoft-office-2013/</link>
					<comments>https://www.technig.com/create-custom-tab-microsoft-office-2013/#respond</comments>
		
		<dc:creator><![CDATA[Raza Bayani]]></dc:creator>
		<pubDate>Fri, 30 Jan 2015 06:36:01 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Custom Tabs]]></category>
		<category><![CDATA[Office 2013]]></category>
		<category><![CDATA[Office Customization]]></category>
		<category><![CDATA[Tabs]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=1131</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="884" height="497" src="https://www.technig.com/wp-content/uploads/2015/01/Featured-Image.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/01/Featured-Image.png 884w, https://www.technig.com/wp-content/uploads/2015/01/Featured-Image-300x169.png 300w, https://www.technig.com/wp-content/uploads/2015/01/Featured-Image-768x432.png 768w" sizes="(max-width: 884px) 100vw, 884px" /></div>
<p>Many Options are placed in Microsoft Office 2013 Ribbon. While working with Office Applications, most of the time we feel crowded. So on sometimes it is difficult to find an option or command that we feel to work with. For easy and better use also to stop the wastage of time, Microsoft Office gives us [&#8230;]</p>
<p>The post <a href="https://www.technig.com/create-custom-tab-microsoft-office-2013/">Create a custom tab in Microsoft Office 2019</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="884" height="497" src="https://www.technig.com/wp-content/uploads/2015/01/Featured-Image.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/01/Featured-Image.png 884w, https://www.technig.com/wp-content/uploads/2015/01/Featured-Image-300x169.png 300w, https://www.technig.com/wp-content/uploads/2015/01/Featured-Image-768x432.png 768w" sizes="(max-width: 884px) 100vw, 884px" /></div><p style="text-align: justify;">Many Options are placed in Microsoft Office 2013 Ribbon. While working with Office Applications, most of the time we feel crowded. So on sometimes it is difficult to find an option or command that we feel to work with.</p>
<p style="text-align: justify;">For easy and better use also to stop the wastage of time, Microsoft Office gives us the opportunity to manage and group the tools which we want.<span id="more-1131"></span></p>
<p style="text-align: justify;">Here are some steps to create a Tab, Groups and manage tools inside groups in Microsoft Office 2013 Applications.</p>
<h4 style="text-align: justify;"><strong>First Step:</strong> <strong>Open an Office Application.</strong></h4>
<p style="text-align: justify;"><strong>No 1.</strong> Move to Backstage View through FILE Tab.</p>
<p style="text-align: justify;"><strong>No 2.</strong> Select Options from the Left Sidebar.</p>
<p><a href="https://www.technig.com/manage-hard-disk-using-diskpart-utility//wp-content/uploads/2015/01/File-Options.png"><img loading="lazy" decoding="async" class="aligncenter wp-image-1135 size-full" src="https://www.technig.com/wp-content/uploads/2015/01/File-Options.png" alt="File Options" width="734" height="712" srcset="https://www.technig.com/wp-content/uploads/2015/01/File-Options.png 734w, https://www.technig.com/wp-content/uploads/2015/01/File-Options-300x291.png 300w" sizes="(max-width: 734px) 100vw, 734px" /></a></p>
<h4 style="text-align: justify;"><strong>Second Step: </strong><strong>All the Information you need about the “Customize Ribbon” Option.</strong></h4>
<p style="text-align: justify;"><strong>No 1.</strong> Go to “Customize Ribbon”.</p>
<p style="text-align: justify;"><strong>No 2.</strong> Choose All Commands from the drop-down button.</p>
<p style="text-align: justify;"><strong>No 3.</strong> Navigate to Main Tabs by drop-down button.</p>
<p style="text-align: justify;"><strong>No 4.</strong> Shows Modification Buttons</p>
<p><a href="https://www.technig.com/manage-hard-disk-using-diskpart-utility//wp-content/uploads/2015/01/Excel-Options.png"><img loading="lazy" decoding="async" class="aligncenter wp-image-1133 size-full" src="https://www.technig.com/wp-content/uploads/2015/01/Excel-Options.png" alt="Excel Options" width="865" height="713" srcset="https://www.technig.com/wp-content/uploads/2015/01/Excel-Options.png 865w, https://www.technig.com/wp-content/uploads/2015/01/Excel-Options-300x247.png 300w, https://www.technig.com/wp-content/uploads/2015/01/Excel-Options-768x633.png 768w" sizes="(max-width: 865px) 100vw, 865px" /></a></p>
<h4><strong>Third Step:</strong> <strong>Customizing the Ribbon in Office 2013</strong></h4>
<p><strong>No 1.</strong> Press to Create a New Tab.</p>
<p>(A new group will automatically created after pressing New Tab.)</p>
<p><strong>No 2.</strong> Click to Create a New Group.</p>
<p><strong>No 3.</strong> After Creating Tabs and Groups you can rename them by clicking on this button.</p>
<p><strong>No 4.</strong> If you don’t want the changes applied on your ribbon area, you can reset them.</p>
<p><strong>No 5.</strong> Through this button you can Export your “Main Tabs” setting as a file, so earlier you can import them after re-installation of Office.</p>
<p><a href="https://www.technig.com/manage-hard-disk-using-diskpart-utility//wp-content/uploads/2015/01/Tab-Options.png"><img loading="lazy" decoding="async" class="aligncenter wp-image-1136 size-full" src="https://www.technig.com/wp-content/uploads/2015/01/Tab-Options.png" alt="Tab Options" width="495" height="263" srcset="https://www.technig.com/wp-content/uploads/2015/01/Tab-Options.png 495w, https://www.technig.com/wp-content/uploads/2015/01/Tab-Options-300x159.png 300w" sizes="(max-width: 495px) 100vw, 495px" /></a></p>
<h4><strong>Fourth Step:</strong> <strong>After creating Tabs and Groups, in order to add options inside a group select it.</strong></h4>
<p><strong>For A:</strong> Select a command.</p>
<p><strong>For B:</strong> Press “Add” Button.</p>
<p><strong>For C:</strong> See the commands you&#8217;ve added to different groups.</p>
<p><strong>For E:</strong> After you find satisfied yourself with the changes applied, click OK to continue.</p>
<p><a href="https://www.technig.com/manage-hard-disk-using-diskpart-utility//wp-content/uploads/2015/01/Creating-New-Tab.png"><img loading="lazy" decoding="async" class="aligncenter wp-image-1132 size-full" src="https://www.technig.com/wp-content/uploads/2015/01/Creating-New-Tab.png" alt="Creating New Tab" width="869" height="717" srcset="https://www.technig.com/wp-content/uploads/2015/01/Creating-New-Tab.png 869w, https://www.technig.com/wp-content/uploads/2015/01/Creating-New-Tab-300x248.png 300w, https://www.technig.com/wp-content/uploads/2015/01/Creating-New-Tab-768x634.png 768w" sizes="(max-width: 869px) 100vw, 869px" /></a></p>
<h4><strong>Fifth Step:</strong> <strong>Find your Tab along other Office Tabs.</strong></h4>
<p><strong>Here is our New Tab:</strong></p>
<p><a href="https://www.technig.com/manage-hard-disk-using-diskpart-utility//wp-content/uploads/2015/01/Technig.png"><img loading="lazy" decoding="async" class="aligncenter wp-image-1137 size-full" src="https://www.technig.com/wp-content/uploads/2015/01/Technig.png" alt="Office 2013" width="885" height="162" srcset="https://www.technig.com/wp-content/uploads/2015/01/Technig.png 885w, https://www.technig.com/wp-content/uploads/2015/01/Technig-300x55.png 300w, https://www.technig.com/wp-content/uploads/2015/01/Technig-768x141.png 768w" sizes="(max-width: 885px) 100vw, 885px" /></a></p>
<p>The post <a href="https://www.technig.com/create-custom-tab-microsoft-office-2013/">Create a custom tab in Microsoft Office 2019</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/create-custom-tab-microsoft-office-2013/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1131</post-id>	</item>
	</channel>
</rss>
