<?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: Excel Split macro in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Excel-Split-macro/m-p/84641#M35752</link>
    <description>Hi Prerana,&lt;BR /&gt;&lt;BR /&gt;That sounds more like a XL macro problem than a BP problem.... Unless I misunderstood you of course. In that case: can you explain more what happens in your process?&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>Fri, 27 Jan 2023 07:54:00 GMT</pubDate>
    <dc:creator>PvD_SE</dc:creator>
    <dc:date>2023-01-27T07:54:00Z</dc:date>
    <item>
      <title>Excel Split macro</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Split-macro/m-p/84640#M35751</link>
      <description>&lt;P&gt;I have an excel split macro file, it splits a file which contains data of around 25,000, the data is split into batches of 150 each. The batch file is in .csv format.&lt;/P&gt;
&lt;P&gt;The input file data keeps increasing weekly.&lt;/P&gt;
&lt;P&gt;But the concern is that after preparing 157 batches, the macro goes to next stage, leaving the remaining data as it is.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Prerana jain&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jan 2023 07:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Split-macro/m-p/84640#M35751</guid>
      <dc:creator>Preranajain</dc:creator>
      <dc:date>2023-01-27T07:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Split macro</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Split-macro/m-p/84641#M35752</link>
      <description>Hi Prerana,&lt;BR /&gt;&lt;BR /&gt;That sounds more like a XL macro problem than a BP problem.... Unless I misunderstood you of course. In that case: can you explain more what happens in your process?&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>Fri, 27 Jan 2023 07:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Split-macro/m-p/84641#M35752</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2023-01-27T07:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Split macro</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Split-macro/m-p/84642#M35753</link>
      <description>&lt;P&gt;The process takes split macro file and divides the main excel containing the data&amp;nbsp; into batches.&lt;/P&gt;
&lt;P&gt;As the url on which the data needs to be uploaded supports only 150 accounts.&lt;/P&gt;
&lt;P&gt;attching the screenshot of process.&lt;/P&gt;
&lt;P&gt;Yes, the macro is having the issue &amp;amp; not the tool.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Prerana jain&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jan 2023 10:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Split-macro/m-p/84642#M35753</guid>
      <dc:creator>Preranajain</dc:creator>
      <dc:date>2023-01-27T10:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Split macro</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Split-macro/m-p/84643#M35754</link>
      <description>Aha.&lt;BR /&gt;&lt;BR /&gt;Am I correct in understanding that new data is constantly being added to the XL, or do you get an XL with 25k rows and split it up while the XL does not change?&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>Fri, 27 Jan 2023 10:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Split-macro/m-p/84643#M35754</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2023-01-27T10:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Split macro</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Split-macro/m-p/84644#M35755</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;If the macro does nothing else than picking the next 150 rows and puting them in a CSV and the marco liekly the culprit for the bad behavior of the process page, you might consider the following:&lt;BR /&gt;Remove the macro from the XL. Then, have the process copy all XL rows to a collection (by using OLEDB, or with the 'VBO XL Fast Copy' action), then let the process create the 150-row-blocks in CSV format.&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>Fri, 27 Jan 2023 11:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Split-macro/m-p/84644#M35755</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2023-01-27T11:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Split macro</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Split-macro/m-p/84645#M35756</link>
      <description>hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="64ef2ffe-efb9-4c24-a487-f122f21a45d0" data-tag-text="@Prerana Jain" href="https://community.blueprism.com/network/profile?UserKey=64ef2ffe-efb9-4c24-a487-f122f21a45d0" data-itemmentionkey="b37cd7c8-13e7-4ae5-9872-82be6d22b599"&gt;@Prerana Jain&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I agree with &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2208"&gt;@PvD_SE&lt;/a&gt; on this, if the macro is only chunking up the data to 150 records for a url that only allows that many at a time then let BP handle the heavy lifting. As paul suggested you can get the rows out of the file and let BP write them to the URL or you can probably add these to a work queue which will give you better control over exceptions, retries etc and let you know which ones have been done and which have yet to be completed. Using BP to initiate a macro on a file more often than not just creates more problems than its worth, for one thing if the macro throws an error BP will usually just hang there with no way to escape from it which means your process cant end potentially impacting run time for other processes.​​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;NTTData&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jan 2023 16:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Split-macro/m-p/84645#M35756</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2023-01-27T16:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Split macro</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Split-macro/m-p/84646#M35757</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Maybe you can try "Split Worksheet" activity in MS-Excel VBO... Than you can use this files in a loop.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Özenç Gezgin&lt;BR /&gt;Supervisor&lt;BR /&gt;Türkiye İş Bankası A.Ş.&lt;BR /&gt;Europe/Istanbul&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jan 2023 14:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Split-macro/m-p/84646#M35757</guid>
      <dc:creator>ÖzençGezgin</dc:creator>
      <dc:date>2023-01-30T14:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Split macro</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Split-macro/m-p/84647#M35758</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="d82241c1-7ccb-48a9-9ff2-1278db1f9c60" data-tag-text="@Prerana jain" href="https://community.blueprism.com/network/profile?UserKey=d82241c1-7ccb-48a9-9ff2-1278db1f9c60" data-itemmentionkey="188a813b-6d99-4718-aa25-5266650393c8"&gt;@Prerana jain&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Can you try ​&lt;SPAN&gt;&amp;nbsp;"Split Worksheet" activity in MS-Excel VBO... Than you can use this files in a loop.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Özenç Gezgin&lt;BR /&gt;Supervisor&lt;BR /&gt;Türkiye İş Bankası A.Ş.&lt;BR /&gt;Europe/Istanbul&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Feb 2023 19:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Split-macro/m-p/84647#M35758</guid>
      <dc:creator>ÖzençGezgin</dc:creator>
      <dc:date>2023-02-02T19:43:00Z</dc:date>
    </item>
  </channel>
</rss>

