<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Using MACRO's to Copy a Tab to Another Tab & Change Data in the New Tab]]></title><description><![CDATA[<p dir="auto">I would to take a TAB containing XML, copy this TAB to 6 other TABS and then iterate through each of these 6 TABs and change some of the contents.  Can I perform this using MACRO’s or is there some other method in NotePad++ to perform this functionality?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/21404/using-macro-s-to-copy-a-tab-to-another-tab-change-data-in-the-new-tab</link><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 21:14:02 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/21404.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 28 Jun 2021 10:39:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Using MACRO's to Copy a Tab to Another Tab & Change Data in the New Tab on Mon, 28 Jun 2021 10:57:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thatguy-steve" aria-label="Profile: ThatGuy-Steve">@<bdi>ThatGuy-Steve</bdi></a></p>
<p dir="auto">I would say it depends.<br />
In general, yes, you can make 6 copies of a file and iterate through them. Whether you can achieve your goal depends on what you then want to do next.</p>
<p dir="auto">Open Npp without any files open before.<br />
Open the xml of your choice<br />
Now press the following</p>
<pre><code>ctrl+a
ctrl+n and ctrl+v (6 times)
ctrl+1  back to origin xml
ctrl+pagedown for next tab
make the changes, preferable by using shortcuts instead the menu.
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/67470</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/67470</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Mon, 28 Jun 2021 10:57:06 GMT</pubDate></item></channel></rss>