<?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 Utility - Get Number of Rows in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55118#M9514</link>
    <description>&lt;P&gt;Can you share some screens etc of your code set up?&amp;nbsp;&lt;/P&gt;&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>Mon, 04 Dec 2023 15:47:00 GMT</pubDate>
    <dc:creator>michaeloneil</dc:creator>
    <dc:date>2023-12-04T15:47:00Z</dc:date>
    <item>
      <title>Excel Utility - Get Number of Rows</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55111#M9507</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We have recently upgraded the VM's memory from 32 bit to 64 bit and we are facing an issue with the "Get Number of rows" action for Excel Utility. It is not giving the appropriate/Correct output and giving some random numbers as output.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What can be the solution to get correct number of rows from Excel.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sakshi Shivhare&lt;BR /&gt;Application Development Senior Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;Pune&lt;BR /&gt;------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 07:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55111#M9507</guid>
      <dc:creator>SakshiShivhare</dc:creator>
      <dc:date>2023-11-29T07:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Utility - Get Number of Rows</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55112#M9508</link>
      <description>&lt;P&gt;Hi Sakshi&lt;/P&gt;
&lt;P&gt;I first go to cell "A1" and then&amp;nbsp; "Go to next empty cell down". The output of "Cell Reference" will give the next empty row, so the number is that number minus 1&lt;/P&gt;
&lt;P&gt;Hope this helps&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12972.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13132iB7D61AC5FFD355B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="12972.png" alt="12972.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ian Meldrum&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 13:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55112#M9508</guid>
      <dc:creator>Ian_At_RoyalSurrey</dc:creator>
      <dc:date>2023-11-29T13:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Utility - Get Number of Rows</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55113#M9509</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/35927"&gt;@SakshiShivhare&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;I had a similar issue with a few excel files previously and it might not be the action is wrong but rather the excel file is information you arent seeing. Most commonly when I've seen this issue is because the file I was using had, at a glance blank cells, but excel was considering that there was data in there. To fix it I selected all blank cells below the data needed and deleted all rows then saved the file. As the file was a template file this fixed the issue and the get rows worked normally again. Other times when I've seen this its usually because someone has left a formula or unused information in a cell that was way down at the bottom or way off to the side so might be worth checking there are no rows/columns with information in there that isnt required or alternatively someone has set some rows to hidden and BP will still count these rows even when hidden so best to check your file doesnt have any hidden rows.&lt;/P&gt;
&lt;P&gt;But if you have checked these things and still having the same issue then I think the workaround suggested by &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/23046"&gt;@Ian_At_RoyalSurrey&lt;/a&gt; is the best solution, although as I remember the get next empty cell action will produce a cell reference including column and rows such as B4256. If you need to set the last row with cell value you need to extract the row reference from this and minus it by one e.g. "B"&amp;amp;4256-1.&lt;/P&gt;
&lt;P&gt;Alternatively I did create a custom action previously that is to do a Get last cell with value which should find the last one with a value instead of the next empty cell. Let me know if this is something you could use and I can send of the details of how to create the action.&lt;/P&gt;
&lt;P&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&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, 01 Dec 2023 13:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55113#M9509</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2023-12-01T13:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Utility - Get Number of Rows</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55114#M9510</link>
      <description>&lt;P&gt;Hi Sakshi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This started with me recently when I upgraded MS Excel VBO to latest, which gives it super power to read even the hidden fields.&lt;/P&gt;
&lt;P&gt;That's where everything started going down hill. Well I had to revert the updated VBO but if you have less dependencies, you can develop solutions around it.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;WeitghtRPAMatey&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 02 Dec 2023 12:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55114#M9510</guid>
      <dc:creator>rsrivastava2</dc:creator>
      <dc:date>2023-12-02T12:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Utility - Get Number of Rows</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55115#M9511</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;
&lt;P&gt;Thankyou so much for your response. I have already checked the details you have mentioned and there is no such data or blank rows present.&lt;/P&gt;
&lt;P&gt;Can you please share the details of Custom action which you created I think that might help me.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sakshi Shivhare&lt;BR /&gt;Application Development Senior Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;Pune&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 08:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55115#M9511</guid>
      <dc:creator>SakshiShivhare</dc:creator>
      <dc:date>2023-12-04T08:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Utility - Get Number of Rows</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55116#M9512</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/35927"&gt;@SakshiShivhare&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;No problem you need to create a new action with a code stage using the following code:&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN&gt;Dim wb, ws As Object&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Dim excel, sheet, range As Object&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;Try&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;wb = GetWorkbook(Handle, Workbook)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;ws = GetWorksheet(Handle, Workbook, Worksheet)&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;wb.Activate()&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;ws.Activate()&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;excel = ws.Application&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;sheet = excel.ActiveSheet&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;range = sheet.Range(StartCell)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;range.Select()&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;range.End(direction).Activate()&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;Success = True&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;cellref = excel.ActiveCell.Address(false, false)&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;Catch e As Exception&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; Success = False&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; Message = e.Message&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Finally&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; wb = Nothing&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; ws = Nothing&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; excel = Nothing&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; sheet = Nothing&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; range = Nothing&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;End Try&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The inputs/outputs are shown in the screenshots below. The screenshot of the object shows the setting of direction enum which are&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DOWN -4121&lt;BR /&gt;LEFT -4159&lt;BR /&gt;RIGHT -4161&lt;BR /&gt;UP &amp;nbsp; -4162&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12975.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13138i41833B287B9CD33B/image-size/large?v=v2&amp;amp;px=999" role="button" title="12975.png" alt="12975.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12976.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13140iD9D024597841C273/image-size/large?v=v2&amp;amp;px=999" role="button" title="12976.png" alt="12976.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12977.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13144iA3B4C97F8F09436A/image-size/large?v=v2&amp;amp;px=999" role="button" title="12977.png" alt="12977.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hopefully this is clear.&lt;/P&gt;&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>Mon, 04 Dec 2023 09:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55116#M9512</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2023-12-04T09:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Utility - Get Number of Rows</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55117#M9513</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;
&lt;P&gt;Thank you for the details. I put everything as you mentioned but I am getting the error - &lt;STRONG&gt;"Exception from HRESULT: 0x800A03EC". &lt;/STRONG&gt;Not sure why. Any idea on it?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sakshi Shivhare&lt;BR /&gt;Application Development Senior Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;Pune&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Dec 2023 14:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55117#M9513</guid>
      <dc:creator>SakshiShivhare</dc:creator>
      <dc:date>2023-12-04T14:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Utility - Get Number of Rows</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55118#M9514</link>
      <description>&lt;P&gt;Can you share some screens etc of your code set up?&amp;nbsp;&lt;/P&gt;&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>Mon, 04 Dec 2023 15:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55118#M9514</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2023-12-04T15:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Utility - Get Number of Rows</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55119#M9515</link>
      <description>&lt;P&gt;Attaching the screenshots. As of now I set the object with down direction.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sakshi Shivhare&lt;BR /&gt;Application Development Senior Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;Pune&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Dec 2023 16:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55119#M9515</guid>
      <dc:creator>SakshiShivhare</dc:creator>
      <dc:date>2023-12-04T16:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Utility - Get Number of Rows</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55120#M9516</link>
      <description>&lt;P&gt;I dont see any obvious issues in your set up but can you check the direction enum data item is set to a number, also just to be sure its setting it correctly use a calculation to add the enum to the data item. It looks like a range error so im not sure if its maybe best to also check your workbook, startingcell and worksheet name are all correct?&lt;/P&gt;&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>Tue, 05 Dec 2023 09:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55120#M9516</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2023-12-05T09:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Utility - Get Number of Rows</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55121#M9517</link>
      <description>&lt;P&gt;I have created the data item to set direction enum and it worked. Thank you so much for your response and solution.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sakshi Shivhare&lt;BR /&gt;Application Development Senior Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;Pune&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Dec 2023 12:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55121#M9517</guid>
      <dc:creator>SakshiShivhare</dc:creator>
      <dc:date>2023-12-05T12:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Utility - Get Number of Rows</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55122#M9518</link>
      <description>&lt;P&gt;Good to know Sakshi Im glad its working for you now and hopefully it resolves the issue you were having.&lt;/P&gt;&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>Tue, 05 Dec 2023 14:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55122#M9518</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2023-12-05T14:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Utility - Get Number of Rows</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55123#M9519</link>
      <description>&lt;P&gt;Can you share how to call for get row number&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ankit Shukla&lt;BR /&gt;RPA Developer&lt;BR /&gt;Arvius Software Pvt Ltd.&lt;BR /&gt;Noida&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Dec 2023 15:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55123#M9519</guid>
      <dc:creator>AnkitShukla11</dc:creator>
      <dc:date>2023-12-05T15:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Utility - Get Number of Rows</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55124#M9520</link>
      <description>&lt;P&gt;Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="dc41ebf4-9dc9-4852-a3f9-018bfbbe7f74" data-tag-text="@Ankit Shukla" href="https://community.blueprism.com/network/profile?UserKey=dc41ebf4-9dc9-4852-a3f9-018bfbbe7f74" data-itemmentionkey="c8a9ce84-caec-4952-ae1b-3fc630097d62"&gt;@Ankit Shukla&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The action is in the object MS Excel - Extended and the action is called Get number of rows.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13003.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13165i9D1D3DDFBF38B9B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="13003.png" alt="13003.png" /&gt;&lt;/span&gt;&lt;/P&gt;&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>Wed, 06 Dec 2023 10:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Utility-Get-Number-of-Rows/m-p/55124#M9520</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2023-12-06T10:06:00Z</dc:date>
    </item>
  </channel>
</rss>

