<?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: Need to automate double click action in Excel using Blue Prism in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Need-to-automate-double-click-action-in-Excel-using-Blue-Prism/m-p/50612#M5816</link>
    <description>&lt;P&gt;&amp;nbsp;Need to automate double click action in Excel using code stage in Blue Prism. Can anyone suggest solution.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Aarya P&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 31 Aug 2023 04:17:00 GMT</pubDate>
    <dc:creator>AaryaP</dc:creator>
    <dc:date>2023-08-31T04:17:00Z</dc:date>
    <item>
      <title>Need to automate double click action in Excel using Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-to-automate-double-click-action-in-Excel-using-Blue-Prism/m-p/50609#M5813</link>
      <description>&lt;P&gt;The requirement is -&lt;/P&gt;
&lt;P&gt;If I &lt;STRONG&gt;double click on one cell&lt;/STRONG&gt; in excel sheet, it generates 1 new sheet with some data.&lt;/P&gt;
&lt;P&gt;I need to automate this.&lt;/P&gt;
&lt;P&gt;Options I tried:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In Excel VBO, no direct action is available&lt;/LI&gt;
&lt;LI&gt;Could spy the excel cell in UI mode but not getting double click option in Navigate stage.&lt;/LI&gt;
&lt;LI&gt;Try sending many key combinations in Global Send Key Events (e.g Tab+Enter/F2 keys)&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;No option is working.&lt;/P&gt;
&lt;P&gt;Can anyone please suggest any solution on this.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Shweta&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shweta Dharmadhikari&lt;BR /&gt;RPA developer&lt;BR /&gt;Accenture Solutions Pvt Ltd&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Mar 2023 15:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-to-automate-double-click-action-in-Excel-using-Blue-Prism/m-p/50609#M5813</guid>
      <dc:creator>Shwetavd</dc:creator>
      <dc:date>2023-03-03T15:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Need to automate double click action in Excel using Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-to-automate-double-click-action-in-Excel-using-Blue-Prism/m-p/50610#M5814</link>
      <description>&lt;P&gt;Hi Sweta,&lt;/P&gt;
&lt;P&gt;Can you please explain in a bit more detail? You double-click on a cell and it creates a new sheet with data!&amp;nbsp; I've not seen excel doing such action before.&lt;/P&gt;
&lt;P&gt;If possible attach some snaps as well to assist you better.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;If I was of assistance, please vote for it to be the "Best Answer".&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. Consultant-Technical Lead&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Mar 2023 16:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-to-automate-double-click-action-in-Excel-using-Blue-Prism/m-p/50610#M5814</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2023-03-03T16:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Need to automate double click action in Excel using Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-to-automate-double-click-action-in-Excel-using-Blue-Prism/m-p/50611#M5815</link>
      <description>&lt;P&gt;Hi Shweta,&lt;/P&gt;
&lt;P&gt;That cell probably is invoking a macro code written behind it which means you can look for the code behind it and try running the specific macro from the process and use : MS Excel VBO action - Run Macro when replicated it should look something like this :&lt;/P&gt;
&lt;PRE&gt;Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
    If Not Intersect(Target, Range("B1")) Is Nothing Then
        Sheets("sheet2").Activate
    End If
End Sub&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="20345.gif"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/20490i1B327E391FC98BB7/image-size/large?v=v2&amp;amp;px=999" role="button" title="20345.gif" alt="20345.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You can search for code in that cell as below it will route you to the specific macro behind that cell and you can even activate the cell inside the code itself or Action - Go to Cell and then use custom code to activate it&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://www.excelhow.net/wp-content/uploads/2018/07/open-worksheet-by-doulbeclick1.gif" alt="open worksheet by doulbeclick1" class="img-responsive" data-mce-hlimagekey="89a0e0fb-7e04-4558-86fc-62ad26bab8ed" data-mce-hlselector="#ReplyInline_23012c8929324860b3993a83ba4308de-tinyMce" /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You can even do : Use MS Excel VBO - Go to Cell Action and then use a custom action for activating that cell and then send the global send keys for double clicks. For activating a cell - you can customise the code in a new action as below :&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="hljs-keyword"&gt;Sub&lt;/SPAN&gt; MakeActive() &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Worksheets(&lt;SPAN class="hljs-string"&gt;"Sheet1"&lt;/SPAN&gt;).Activate &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Range(&lt;SPAN class="hljs-string"&gt;"A1:D4"&lt;/SPAN&gt;).&lt;SPAN class="hljs-keyword"&gt;Select&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Range(&lt;SPAN class="hljs-string"&gt;"B2"&lt;/SPAN&gt;).Activate &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="hljs-keyword"&gt;End&lt;/SPAN&gt; &lt;SPAN class="hljs-keyword"&gt;Sub&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;/P&gt;
&lt;P&gt;Kindly up vote this as "Best Answer" if it adds value or resolves your query in anyway possible, happy to help.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mukesh Kumar - Senior Automation Developer&lt;/P&gt;
&lt;P&gt;NHS England, United Kingdom, GB&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 18:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-to-automate-double-click-action-in-Excel-using-Blue-Prism/m-p/50611#M5815</guid>
      <dc:creator>Mukeshh_k</dc:creator>
      <dc:date>2023-03-03T18:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Need to automate double click action in Excel using Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-to-automate-double-click-action-in-Excel-using-Blue-Prism/m-p/50612#M5816</link>
      <description>&lt;P&gt;&amp;nbsp;Need to automate double click action in Excel using code stage in Blue Prism. Can anyone suggest solution.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Aarya P&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2023 04:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-to-automate-double-click-action-in-Excel-using-Blue-Prism/m-p/50612#M5816</guid>
      <dc:creator>AaryaP</dc:creator>
      <dc:date>2023-08-31T04:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Need to automate double click action in Excel using Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-to-automate-double-click-action-in-Excel-using-Blue-Prism/m-p/50613#M5817</link>
      <description>&lt;P class="MsoNormal"&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;In case if your unable to spy anything via blue prism, please try below approach as a last option if the excel file is always same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;whatever excel cell if you want to double click, develop a macro by using recording option and later execute the macro file by using below blue prism utility&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;
&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="20348.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/20499i1576FC182317897E/image-size/large?v=v2&amp;amp;px=999" role="button" title="20348.png" alt="20348.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Best Regards,&lt;BR /&gt;Devendran Venkatesh&lt;BR /&gt;RPA - Technical Architect |&lt;BR /&gt;Riyadh 11413, Kingdom of Saudi Arabia&lt;BR /&gt;Phone.     +966-556784162&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2023 07:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-to-automate-double-click-action-in-Excel-using-Blue-Prism/m-p/50613#M5817</guid>
      <dc:creator>DevendranVenkatesh</dc:creator>
      <dc:date>2023-08-31T07:15:00Z</dc:date>
    </item>
  </channel>
</rss>

