<?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: MS Excel VBO in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46753#M2664</link>
    <description>&lt;P&gt;Dear Nikita,&lt;/P&gt;
&lt;P&gt;Please make sure that you're writing the filtered collection data into the excel using Write collection in MS Excel VBO.&lt;/P&gt;
&lt;P&gt;if possible, create a new sheet and write data in newly created Sheet.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SYED FAHEEM&lt;BR /&gt;RPA Developer&lt;BR /&gt;Arab Financial Services&lt;BR /&gt;Manama&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 05 Mar 2024 14:17:00 GMT</pubDate>
    <dc:creator>faheemsd</dc:creator>
    <dc:date>2024-03-05T14:17:00Z</dc:date>
    <item>
      <title>MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46737#M2648</link>
      <description>&lt;P&gt;My requirement is to read and excel and write only the filtered data based on a condition to another sheet in the same excel.&lt;/P&gt;
&lt;P&gt;For example- If Column A = "A particular value", then just write that entire row into another sheet having that column value.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12525.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/12693iED1BC93277BC94F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="12525.png" alt="12525.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Like if Supplier = "Nutricia" , only write that row into another sheet and ignore rest of the rows.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nikita Satpathy&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Feb 2024 08:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46737#M2648</guid>
      <dc:creator>NikitaSatpathy</dc:creator>
      <dc:date>2024-02-29T08:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46738#M2649</link>
      <description>&lt;P&gt;My approach would be the below sequence of steps&lt;/P&gt;
&lt;P&gt;-&amp;gt; Get the whole data as collection&lt;BR /&gt;-&amp;gt; Apply filter collection using [Supplier]='Nutricia' and get the filtered collection in a separate collection&lt;BR /&gt;-&amp;gt; Create a new sheet in excel&lt;BR /&gt;-&amp;gt; Dump the filtered collection&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Susamay Halder&amp;nbsp;&lt;BR /&gt;Consultant&lt;BR /&gt;Bruce Power&lt;BR /&gt;+1(437)217-1086&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 13:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46738#M2649</guid>
      <dc:creator>sonuiiml</dc:creator>
      <dc:date>2024-02-29T13:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46739#M2650</link>
      <description>&lt;P&gt;Hi Susamay,&lt;/P&gt;
&lt;P&gt;Thanks for your reply, I tried the exact same thing, but instead of copying only 1 row, the entire excel data is being copied to the new sheet.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12391.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/12563i89E6638789641FE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="12391.png" alt="12391.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nikita Satpathy&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2024 10:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46739#M2650</guid>
      <dc:creator>NikitaSatpathy</dc:creator>
      <dc:date>2024-03-01T10:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46740#M2651</link>
      <description>&lt;P&gt;Hi Nikita,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I dont necessarily understand the use of loop in the above diagram. If I were to design, it would look something like this&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12393.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/12562i4679955C97C0EF6D/image-size/large?v=v2&amp;amp;px=999" role="button" title="12393.png" alt="12393.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Susamay Halder Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;Bruce Power&lt;BR /&gt;+1(437)217-1086&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2024 13:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46740#M2651</guid>
      <dc:creator>sonuiiml</dc:creator>
      <dc:date>2024-03-01T13:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46741#M2652</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;Hello Nikita,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;In the scenario presented, it is not necessary to use a loop, in addition, apparently the loop is being performed in the "new" collection, try the flow presented by Susana.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Leonardo Soares&lt;BR /&gt;RPA Developer Tech Leader&lt;BR /&gt;América/Brazil&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Mar 2024 21:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46741#M2652</guid>
      <dc:creator>LeonardoSQueiroz</dc:creator>
      <dc:date>2024-03-03T21:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46742#M2653</link>
      <description>&lt;P&gt;Hi Susamay,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Let me try this option, also can you please provide an example as to how to provide value in the "Filtered collection". Please advise if the below condition is correct.&lt;span class="lia-inline-image-display-wrapper" image-alt="12398.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/12568iE85775DD2F2616B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="12398.png" alt="12398.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12399.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/12567i46B0757DA0138D55/image-size/large?v=v2&amp;amp;px=999" role="button" title="12399.png" alt="12399.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Earlier I was using loop to identify how many rows have the same data.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nikita Satpathy&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2024 04:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46742#M2653</guid>
      <dc:creator>NikitaSatpathy</dc:creator>
      <dc:date>2024-03-04T04:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46743#M2654</link>
      <description>&lt;P&gt;Dear Nikita,&lt;/P&gt;
&lt;P&gt;Please try this Expression in the Filter &lt;SPAN&gt;"[Supplier]='Nutricia'"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Collection name not required in the Filter filed and you only need to provide the column name.&lt;/P&gt;
&lt;P&gt;Try the filter expression I have given then you will get the expected results.&lt;/P&gt;
&lt;P&gt;If you want to store the Filter results in a different collection, then you can create a new collection and store the output result in it.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SYED FAHEEM&lt;BR /&gt;RPA Developer&lt;BR /&gt;Arab Financial Services&lt;BR /&gt;Manama&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 08:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46743#M2654</guid>
      <dc:creator>faheemsd</dc:creator>
      <dc:date>2024-03-04T08:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46744#M2655</link>
      <description>&lt;P&gt;Hi Syed, Susamay&lt;/P&gt;
&lt;P&gt;I have used the exact same expression, its throwing error&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12410.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/12579i8EC2FCD7136D454D/image-size/large?v=v2&amp;amp;px=999" role="button" title="12410.png" alt="12410.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12411.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/12580iB6A7D1C98383E2D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="12411.png" alt="12411.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nikita Satpathy&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2024 10:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46744#M2655</guid>
      <dc:creator>NikitaSatpathy</dc:creator>
      <dc:date>2024-03-04T10:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46745#M2656</link>
      <description>&lt;P&gt;Dear Nikita,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please copy and paste this value in filter expression '[Supplier]="Nutricia"' without any modification.&lt;/P&gt;
&lt;P&gt;Kindly check your collection column name, is it exact &lt;STRONG&gt;Supplier&lt;/STRONG&gt; or are there any spelling mistakes or spaces are there?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SYED FAHEEM&lt;BR /&gt;RPA Developer&lt;BR /&gt;Arab Financial Services&lt;BR /&gt;Manama&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2024 11:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46745#M2656</guid>
      <dc:creator>faheemsd</dc:creator>
      <dc:date>2024-03-04T11:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46746#M2657</link>
      <description>&lt;P&gt;Hi Syed,&lt;/P&gt;
&lt;P&gt;I copied the exact same expression from your chat. I am still getting the same error.&lt;/P&gt;
&lt;P&gt;Also there is no spelling mistake or space for Supplier in my excel.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12429.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/12599i692726A2D1F00E24/image-size/large?v=v2&amp;amp;px=999" role="button" title="12429.png" alt="12429.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nikita Satpathy&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2024 12:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46746#M2657</guid>
      <dc:creator>NikitaSatpathy</dc:creator>
      <dc:date>2024-03-04T12:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46747#M2658</link>
      <description>&lt;P&gt;Hi Nikita,&lt;/P&gt;
&lt;P&gt;Good Day!&lt;/P&gt;
&lt;P&gt;Please be mindful of using single quotes and double quotes. So the value of the attribute which you want to filter should be in single quotes and the whole filter expression should be in double quotes. And also the spaces needs to be removed&amp;nbsp;&lt;BR /&gt;So here in this case it would like (refer to the screenshot as well)&lt;BR /&gt;&lt;SPAN&gt;"[Supplier]='Nutricia'"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12437.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/12604i550B0BF2B590563B/image-size/large?v=v2&amp;amp;px=999" role="button" title="12437.png" alt="12437.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Susamay Halder Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;Bruce Power&lt;BR /&gt;+1(437)217-1086&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2024 12:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46747#M2658</guid>
      <dc:creator>sonuiiml</dc:creator>
      <dc:date>2024-03-04T12:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46748#M2659</link>
      <description>&lt;P&gt;Dear Nikita,&lt;/P&gt;
&lt;P&gt;Please try this expression&amp;nbsp;&lt;SPAN&gt;"[Supplier]='Nutricia'" hopefully it will work.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also please try to validate the expression to make sure that you will not encounter any error.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SYED FAHEEM&lt;BR /&gt;RPA Developer&lt;BR /&gt;Arab Financial Services&lt;BR /&gt;Manama&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 13:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46748#M2659</guid>
      <dc:creator>faheemsd</dc:creator>
      <dc:date>2024-03-04T13:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46749#M2660</link>
      <description>&lt;P&gt;Hi Susamay,&lt;/P&gt;
&lt;P&gt;I tried this exact expression and there was no error.&lt;/P&gt;
&lt;P&gt;But the condition did not work and the entire data of first sheet got copied into the new sheet. This was my issue since the beginning&lt;/P&gt;
&lt;P&gt;Check the attachment, "Export" sheet is the initial sheet and "Export Result" is my new sheet where i wanted to have only the row having Supplier = "Nutricia" from the first sheet.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nikita Satpathy&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Mar 2024 05:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46749#M2660</guid>
      <dc:creator>NikitaSatpathy</dc:creator>
      <dc:date>2024-03-05T05:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46750#M2661</link>
      <description>&lt;P&gt;Dear Nikita,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Could you please try this expression "[Supplier] Like '%Nutricia%'".&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SYED FAHEEM&lt;BR /&gt;RPA Developer&lt;BR /&gt;Arab Financial Services&lt;BR /&gt;Manama&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Mar 2024 10:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46750#M2661</guid>
      <dc:creator>faheemsd</dc:creator>
      <dc:date>2024-03-05T10:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46751#M2662</link>
      <description>&lt;P&gt;Hi Syed,&lt;/P&gt;
&lt;P&gt;I tried the expression,still the same, all the rows are getting copied in the new sheet&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12488.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/12659iBA7B15BC9D4D377B/image-size/large?v=v2&amp;amp;px=999" role="button" title="12488.png" alt="12488.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nikita Satpathy&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Mar 2024 10:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46751#M2662</guid>
      <dc:creator>NikitaSatpathy</dc:creator>
      <dc:date>2024-03-05T10:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46752#M2663</link>
      <description>&lt;P&gt;Hi Nikita,&lt;BR /&gt;Please find the attached solution. In the sales by supplier file the bot would make a separate worksheet with Nutirica Data only. These were the below steps performed. Screenshot attached as well&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12503.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/12677i3A90382EEC78D6F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="12503.png" alt="12503.png" /&gt;&lt;/span&gt;&lt;BR /&gt;1. Get the data to a collection&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Filter the collection NOT directly from the excel sheet&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Write the filtered collection in a new sheet.&lt;BR /&gt;Its working good&lt;BR /&gt;The process and the source file is attached. Can you please import it and try running it?&lt;BR /&gt;If this solution solves the problem&amp;nbsp; the please vote the answer as best solution.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Susamay Halder Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;Bruce Power&lt;BR /&gt;+1(437)217-1086&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Mar 2024 13:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46752#M2663</guid>
      <dc:creator>sonuiiml</dc:creator>
      <dc:date>2024-03-05T13:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Excel VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46753#M2664</link>
      <description>&lt;P&gt;Dear Nikita,&lt;/P&gt;
&lt;P&gt;Please make sure that you're writing the filtered collection data into the excel using Write collection in MS Excel VBO.&lt;/P&gt;
&lt;P&gt;if possible, create a new sheet and write data in newly created Sheet.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SYED FAHEEM&lt;BR /&gt;RPA Developer&lt;BR /&gt;Arab Financial Services&lt;BR /&gt;Manama&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Mar 2024 14:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO/m-p/46753#M2664</guid>
      <dc:creator>faheemsd</dc:creator>
      <dc:date>2024-03-05T14:17:00Z</dc:date>
    </item>
  </channel>
</rss>

