<?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 Macro with Blue prism in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92441#M42230</link>
    <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; - Any inputs on above issue with run macros with parallel thread ?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mayank Goyal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 25 Aug 2020 04:25:00 GMT</pubDate>
    <dc:creator>MayankGoyal2</dc:creator>
    <dc:date>2020-08-25T04:25:00Z</dc:date>
    <item>
      <title>Excel Macro with Blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92430#M42219</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have a action to run macro from BP in excel VBO, the objects waits for macro to complete. If there is any error in macro, it goes into recover. Now when macro runs for long time like 20-30 min, BP is waiting on that action stage, however it crashes the BP and in control room it shows disconnected. Please let us know why this happens and how the same can be fixed?&lt;BR /&gt;Ideally BP should be waiting on action stage and whenever macro completes should move to next stage.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mayank Goyal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Aug 2020 00:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92430#M42219</guid>
      <dc:creator>MayankGoyal2</dc:creator>
      <dc:date>2020-08-14T00:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Macro with Blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92431#M42220</link>
      <description>Hi Mayank,&lt;BR /&gt;&lt;BR /&gt;If Blue Prism was doing something (Calculating, Logging sessions, etc), it may possible get an out of memory issue during 20-30 minutes time. However, in this scenario, Blue Prism was simply waiting for the completion of the Action stage. I don't see any reason why Blue Prism was crashed. But if Blue Prism does some activities, you can check by enabling "Log Memory Usage" from System &amp;gt; Resources &amp;gt; Management &amp;gt; Right Click the runtime resource &amp;gt; Logging Level. The information will be taken in either&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;[BPASessionLog_NonUnicode].[automateworkingset]&lt;/LI&gt;
&lt;LI&gt;[BPASessionLog_Unicode].[automateworkingset]&lt;/LI&gt;
&lt;/UL&gt;
If there was large size of memory consumption (e.g., 700MB, 1GB), most likely this is the reason.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Alternatively, you may consider the design change since this is not effective way to use a robot just waiting for another automation has bene done for a long time. Maybe, the process can be divided to 2 parts.&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;Do something --&amp;gt; Run the macro --&amp;gt; End&lt;/LI&gt;
&lt;LI&gt;Pickup the result of the macro --&amp;gt; do the next task --&amp;gt; End&lt;/LI&gt;
&lt;/OL&gt;
&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Nobu&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nobuhiro Tokushige&lt;BR /&gt;Product Specialist&lt;BR /&gt;Blue Prism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Aug 2020 03:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92431#M42220</guid>
      <dc:creator>nobu</dc:creator>
      <dc:date>2020-08-17T03:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Macro with Blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92432#M42221</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="f64eaa95-5da4-4f68-b852-d5e7a307c005" data-tag-text="@Nobuhiro Tokushige" href="https://community.blueprism.com/network/profile?UserKey=f64eaa95-5da4-4f68-b852-d5e7a307c005" data-itemmentionkey="bf1623be-5f2a-49cc-86ba-e72899107485"&gt;@Nobuhiro Tokushige&lt;/A&gt; - We have to run some steps after macro is completed and as soon as macro is completed, hence we want to keep it in one process. The steps are linked and decision has to be made based on success/error in macro. So the most suitable design in our case was to keep in one process.&lt;BR /&gt;&lt;BR /&gt;On the other hand, you can try creating a very simple macro with a for loop and wait of 1 min in that loop so that it runs for 20 min. Call it in BP process and run process from control room from another machine. I believe you should be able to replicate the issue. It will show disconnected.&lt;BR /&gt;&lt;BR /&gt;Let me know if you were able to find the root cause and a fix.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mayank Goyal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Aug 2020 17:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92432#M42221</guid>
      <dc:creator>MayankGoyal2</dc:creator>
      <dc:date>2020-08-17T17:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Macro with Blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92433#M42222</link>
      <description>Hi&amp;nbsp;Mayank,&lt;BR /&gt;&lt;BR /&gt;I crated a sample process based on your information. But the process worked without any issue.&lt;BR /&gt;&lt;BR /&gt;The following image is my process design.&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29607.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29739iBB5622926D8313FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="29607.png" alt="29607.png" /&gt;&lt;/span&gt;&lt;BR /&gt;And the following is the screenshot when the process was completed. The runtime resource was still running and I don't see any memory issue.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29608.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29741i6CDE1BE9F5F84BFF/image-size/large?v=v2&amp;amp;px=999" role="button" title="29608.png" alt="29608.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Just for your reference, I'm sharing my test process and sample excel file. Please find attached files.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Nobu&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nobuhiro Tokushige&lt;BR /&gt;Product Specialist&lt;BR /&gt;Blue Prism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2020 04:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92433#M42222</guid>
      <dc:creator>nobu</dc:creator>
      <dc:date>2020-08-19T04:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Macro with Blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92434#M42223</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1666"&gt;@nobu&lt;/a&gt; ​- Thanks for your response, the intent was a little bit different, can you keep that for loop in macro rather than blue prism so that macro runs for 20 min rather than running for 1 min 20 times. I want blue prism to wait for 20 min on the box ("Run macro") during the time macro is running and shoukld move to next stage after 20 min. The session should show as running on control room when checked from other machine monitoring this process and not disconnected.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mayank Goyal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2020 05:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92434#M42223</guid>
      <dc:creator>MayankGoyal2</dc:creator>
      <dc:date>2020-08-19T05:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Macro with Blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92435#M42224</link>
      <description>Hi Mayank&lt;BR /&gt;&lt;BR /&gt;I modified my process and excel macro running 20 minutes (not 1 minute x 20 by Blue Prism). As a result, Blue Prism could wait for the completion of macro.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm sharing the process, excel file and video file of my test. Please run the process and check how it goes in your system environment.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Nobu&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nobuhiro Tokushige&lt;BR /&gt;Product Specialist&lt;BR /&gt;Blue Prism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Aug 2020 06:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92435#M42224</guid>
      <dc:creator>nobu</dc:creator>
      <dc:date>2020-08-20T06:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Macro with Blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92436#M42225</link>
      <description>@&lt;A id="MainCopy_ctl08_ucMessageList_rptMessageList_ProfileImageDisplay_5_NameLink_5" biobubblekey="929f5509-ba41-4a02-933a-a95e029ab02d" href="https://community.blueprism.com/network/profile?UserKey=929f5509-ba41-4a02-933a-a95e029ab02d" target="_blank" rel="noopener"&gt;Nobuhiro Tokushige&lt;/A&gt; - Thanks for the updates, kindly suggest one more thing is there a updated action for this in newer version of blue prism which provides option of timeout as well?&lt;BR /&gt;The issue is if due to any reason macro got stuck and gives a pop up, BP will stuck for indefinite period of time unless someone goes in and hard kill the process from task manager.&lt;BR /&gt;If this action has a timeout option as well we can use the same and if BP doesn't get back control within time out period defined, it goes to exception.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mayank Goyal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2020 05:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92436#M42225</guid>
      <dc:creator>MayankGoyal2</dc:creator>
      <dc:date>2020-08-21T05:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Macro with Blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92437#M42226</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="e236af74-2e8c-4ea2-b127-7ef0a242fef4" data-tag-text="@Mayank Goyal" href="https://community.blueprism.com/network/profile?UserKey=e236af74-2e8c-4ea2-b127-7ef0a242fef4" data-itemmentionkey="4fb43de3-167f-48a1-85c3-41a3b6beba72"&gt;@Mayank Goyal&lt;/A&gt; have you taken a look at the latest &lt;STRONG&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/ms-excel-vbo---extended" target="_blank" rel="noopener"&gt;MS Excel VBO - Extended&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;and&amp;nbsp;​the "Run Macro with Parallel Thread" action? It's basically a way that you can provide a timeout as well as a check for a pop-up dialog.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2020 13:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92437#M42226</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-08-21T13:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Macro with Blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92438#M42227</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; - I downloaded this VBO some time back, however there are few things --&lt;BR /&gt;1) The action run macro with parallel thread is not published, not sure if its ready&lt;BR /&gt;2) It is not even mentioned in pdf guide for this VBO&lt;BR /&gt;3) I published it on my own and tried using it it gave me an error, please find attached the screenshot&lt;BR /&gt;4) How I assume this action is intended to work is - I will have to code a msgbox in my maco at end - something like automation completed, this action will run macro and it waits for that message box. If message box is displayed before timeout, action will click ok on message box and move to next stage else will give exception if no message box ​is displayed within timeout. Also I am not sure what it will do in case of any internal error within excel macro which shows a error box. How will it differentiate between completion popup and any internal excel error popup?&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29621.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29750iAF715CFBAED08146/image-size/large?v=v2&amp;amp;px=999" role="button" title="29621.png" alt="29621.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mayank Goyal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Aug 2020 19:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92438#M42227</guid>
      <dc:creator>MayankGoyal2</dc:creator>
      <dc:date>2020-08-22T19:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Macro with Blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92439#M42228</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1666"&gt;@nobu&lt;/a&gt; - I executed one macro which was running for 20 min, attached is the screenshot of what I see in control room in between. It goes to warning status.&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29624.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29753iFF41C7F770AF3085/image-size/large?v=v2&amp;amp;px=999" role="button" title="29624.png" alt="29624.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29625.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29755i7998F6E002C2CE44/image-size/large?v=v2&amp;amp;px=999" role="button" title="29625.png" alt="29625.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&amp;nbsp;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mayank Goyal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Aug 2020 19:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92439#M42228</guid>
      <dc:creator>MayankGoyal2</dc:creator>
      <dc:date>2020-08-22T19:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Macro with Blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92440#M42229</link>
      <description>Hi Mayank,&lt;BR /&gt;&lt;BR /&gt;"Waring" message is expected behaviour. When it exceeded the timeout value, the message was shown in the control room. It is just a message for you which doesn't stop the process.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You can change the timeout value from 2 locations&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;System - Settings:&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29628.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29760i177663EA99320972/image-size/large?v=v2&amp;amp;px=999" role="button" title="29628.png" alt="29628.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;Each Stage:&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29629.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29762i471EAB9CA51D0949/image-size/large?v=v2&amp;amp;px=999" role="button" title="29629.png" alt="29629.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/OL&gt;
FYI,&lt;BR /&gt;I still believe just waiting for a long time (e.g., 20 minutes) is not ideal way to utilise a robot. In this case, Advanced workqueue guide (section7 Design example) may provide a better solution. If you are interested in, please check the document from the Blue Prism portal site (&lt;A href="https://portal.blueprism.com/user/login?destination=/home&amp;amp;autologout_timeout=1" target="_blank" rel="noopener"&gt;https://portal.blueprism.com/&lt;/A&gt;)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Nobu&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nobuhiro Tokushige&lt;BR /&gt;Product Specialist&lt;BR /&gt;Blue Prism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Aug 2020 01:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92440#M42229</guid>
      <dc:creator>nobu</dc:creator>
      <dc:date>2020-08-24T01:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Macro with Blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92441#M42230</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; - Any inputs on above issue with run macros with parallel thread ?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mayank Goyal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Aug 2020 04:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92441#M42230</guid>
      <dc:creator>MayankGoyal2</dc:creator>
      <dc:date>2020-08-25T04:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Macro with Blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92442#M42231</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="e236af74-2e8c-4ea2-b127-7ef0a242fef4" data-tag-text="@Mayank Goyal" href="https://community.blueprism.com/network/profile?UserKey=e236af74-2e8c-4ea2-b127-7ef0a242fef4" data-itemmentionkey="723449e0-3f42-470f-9c85-eeb497bdd07e"&gt;@Mayank Goyal&lt;/A&gt; ​I've updated the VBO so the action is published. I also updated the guide to include that action in the list. Seems those were oversights. As for the error you're seeing, I'm wondering if that tied to the macro you're trying to execute? There is no Dictionary used in the code stages of this action or the regular Run Macro action that this references.&lt;BR /&gt;&lt;BR /&gt;As a test, I created a blank Excel workbook and added the below macro to it. Then I execute it from the VBO and everything worked fine.&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;Public Declare Function GetTickCount Lib "kernel32.dll" () As Long

Sub WasteTime()
    ' All this macro will do is run through a loop and then display a dialog.
    Dim NowTick As Long
    Dim EndTick As Long
    Dim Finish As Long
    
    Finish = 10
    
    EndTick = GetTickCount() + (Finish * 1000)
     
    Do
 
        NowTick = GetTickCount()
        DoEvents
 
    Loop Until NowTick &amp;gt;= EndTick
    
    MsgBox "We are finished looping!"
    
End Sub​&lt;/CODE&gt;&amp;nbsp;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Aug 2020 12:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92442#M42231</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-08-25T12:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Macro with Blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92443#M42232</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; - Thanks for your response, just want to check if this Excel extended VBO includes all functionality from basic excel vbo as well and additional functionality on top of it?&amp;nbsp;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mayank Goyal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Oct 2020 07:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92443#M42232</guid>
      <dc:creator>MayankGoyal2</dc:creator>
      <dc:date>2020-10-06T07:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Macro with Blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92444#M42233</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="e236af74-2e8c-4ea2-b127-7ef0a242fef4" data-tag-text="@Mayank Goyal" href="https://community.blueprism.com/network/profile?UserKey=e236af74-2e8c-4ea2-b127-7ef0a242fef4" data-itemmentionkey="182534c2-97a3-4d59-a6af-19cb7eb32130"&gt;@Mayank Goyal&lt;/A&gt; &amp;nbsp;that's correct.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Oct 2020 10:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92444#M42233</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-10-06T10:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Macro with Blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92445#M42234</link>
      <description>Hi Mayank,&lt;BR /&gt;&lt;BR /&gt;If activity take 20-30 min that mean excel file is huge and you are processing lots of action with same data.&lt;BR /&gt;&lt;BR /&gt;Please check or do below thing&amp;nbsp;&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;if there are formula used in the excel file.Please convert that into value so file size will get reduce.&lt;/LI&gt;
&lt;LI&gt;filter excel data and keep or take necessary data so your process will work fast.&lt;/LI&gt;
&lt;LI&gt;Check VBA code &amp;amp; remove unnecessary loops and variables declaration.&lt;/LI&gt;
&lt;LI&gt;Try to create and use function in VBA.&lt;/LI&gt;
&lt;LI&gt;try to divide your main action in to small action.&lt;/LI&gt;
&lt;/OL&gt;
&lt;BR /&gt;i hope it will help you.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Nilesh Jadhav.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nilesh Jadhav &lt;BR /&gt;Senior RPA Specialist&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Oct 2020 19:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Macro-with-Blue-prism/m-p/92445#M42234</guid>
      <dc:creator>NileshJadhavBP</dc:creator>
      <dc:date>2020-10-06T19:34:00Z</dc:date>
    </item>
  </channel>
</rss>

