<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Swap | Interchange | Move Columns in an Excel in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Swap-Interchange-Move-Columns-in-an-Excel/m-p/71254#M23859</link>
    <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1537"&gt;@shashank.kumar280&lt;/a&gt; Thanks for the solution. For deleting multiple columns, how to provide range value.? For example I want to delete &lt;SPAN&gt;Columns P, S, and W. in a single go instead of calling delete column action thrice!&lt;/SPAN&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;vinod chinthakindi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 11 Jan 2023 14:19:00 GMT</pubDate>
    <dc:creator>vinodchinthakin</dc:creator>
    <dc:date>2023-01-11T14:19:00Z</dc:date>
    <item>
      <title>Swap | Interchange | Move Columns in an Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Swap-Interchange-Move-Columns-in-an-Excel/m-p/71250#M23855</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have an Excel having data ranging from columns A to Z, I have following requirements.&lt;BR /&gt;&lt;BR /&gt;1. Column G along with values to be inserted/moved after Column B.&amp;nbsp;&lt;BR /&gt;2. Column E and Column F needs to swap their positions.&lt;BR /&gt;3. Needs to delete Columns P, S, and W.&lt;BR /&gt;&lt;BR /&gt;Do we have any specific actions for the above.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;vinod chinthakindi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jan 2023 15:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Swap-Interchange-Move-Columns-in-an-Excel/m-p/71250#M23855</guid>
      <dc:creator>vinodchinthakin</dc:creator>
      <dc:date>2023-01-10T15:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Swap | Interchange | Move Columns in an Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Swap-Interchange-Move-Columns-in-an-Excel/m-p/71251#M23856</link>
      <description>Here is the code stage that you can use for deleting columns&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27595.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27723i7B3E358ED07E40DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="27595.png" alt="27595.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Dim wb, ws, excel, sheet As Object&lt;BR /&gt;&lt;BR /&gt;wb = GetWorkbook(Handle, Workbook)&lt;BR /&gt;ws = GetWorksheet(Handle, Workbook, Worksheet)&lt;BR /&gt;&lt;BR /&gt;wb.Activate()&lt;BR /&gt;ws.Activate()&lt;BR /&gt;&lt;BR /&gt;excel = ws.Application&lt;BR /&gt;sheet = excel.ActiveSheet&lt;BR /&gt;&lt;BR /&gt;ws.Columns(Range).EntireColumn.Delete&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jan 2023 04:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Swap-Interchange-Move-Columns-in-an-Excel/m-p/71251#M23856</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2023-01-11T04:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Swap | Interchange | Move Columns in an Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Swap-Interchange-Move-Columns-in-an-Excel/m-p/71252#M23857</link>
      <description>Hi Vinod,&lt;BR /&gt;&lt;BR /&gt;There's a collection action 'Get column from collection with header'. It lets you extract a full column from a collection to a new collection. Another action is 'Add column', that lets you add and existing column from a collection to a new collection. The thing to do is use either action on all each column in the order you'd like them to show up in your new collection.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;---------------&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jan 2023 10:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Swap-Interchange-Move-Columns-in-an-Excel/m-p/71252#M23857</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2023-01-11T10:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Swap | Interchange | Move Columns in an Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Swap-Interchange-Move-Columns-in-an-Excel/m-p/71253#M23858</link>
      <description>Hi Paul, Thanks for the solution. But I don't want to read excel data to collection. I want to Sort Columns positions within Excel.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;vinod chinthakindi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jan 2023 14:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Swap-Interchange-Move-Columns-in-an-Excel/m-p/71253#M23858</guid>
      <dc:creator>vinodchinthakin</dc:creator>
      <dc:date>2023-01-11T14:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Swap | Interchange | Move Columns in an Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Swap-Interchange-Move-Columns-in-an-Excel/m-p/71254#M23859</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1537"&gt;@shashank.kumar280&lt;/a&gt; Thanks for the solution. For deleting multiple columns, how to provide range value.? For example I want to delete &lt;SPAN&gt;Columns P, S, and W. in a single go instead of calling delete column action thrice!&lt;/SPAN&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;vinod chinthakindi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jan 2023 14:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Swap-Interchange-Move-Columns-in-an-Excel/m-p/71254#M23859</guid>
      <dc:creator>vinodchinthakin</dc:creator>
      <dc:date>2023-01-11T14:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Swap | Interchange | Move Columns in an Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Swap-Interchange-Move-Columns-in-an-Excel/m-p/71255#M23860</link>
      <description>Hi Vinod,&lt;BR /&gt;&lt;BR /&gt;In that case there's always the 'Copy and Paste Worksheet Range' action. It is and out-of-the-box action in the BP VBO for Excel and if you can trust the help-text (of which there is none) it might just do exactly what you want.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;---------------&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jan 2023 06:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Swap-Interchange-Move-Columns-in-an-Excel/m-p/71255#M23860</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2023-01-12T06:56:00Z</dc:date>
    </item>
  </channel>
</rss>

