<?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: I think you also need to open in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85765#M36718</link>
    <description>True, Show really helps in copy paste action.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ravi Kumar&lt;BR /&gt;Sr Automation Designer&lt;BR /&gt;Ericsson&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 16 Feb 2022 08:25:00 GMT</pubDate>
    <dc:creator>RaviKumar3</dc:creator>
    <dc:date>2022-02-16T08:25:00Z</dc:date>
    <item>
      <title>MS Excel VBO Copy And Paste</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85757#M36710</link>
      <description>MS Excel VBO Copy And Paste action giving 'Failed to copy worksheet: Invalid Index' error.
Please guide.

Thanks.
Soumya</description>
      <pubDate>Sat, 22 Oct 2016 03:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85757#M36710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-22T03:33:00Z</dc:date>
    </item>
    <item>
      <title>Invalid Index means it thinks</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85758#M36711</link>
      <description>Invalid Index means it thinks you're telling it to either copy or paste to a row/column that doesn't exist. Try checking your indexes against the actual data and make sure you're referencing rows and columns which actually exist in the file.
Thank you,
-Robin Toll</description>
      <pubDate>Tue, 25 Oct 2016 22:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85758#M36711</guid>
      <dc:creator>RobinToll</dc:creator>
      <dc:date>2016-10-25T22:35:00Z</dc:date>
    </item>
    <item>
      <title>I am trying to Copy and Paste</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85759#M36712</link>
      <description>I am trying to Copy and Paste two rows from one excel file to another excel file by using EXCEL VBO with the action ""Copy and Paste Worksheet Range"" but getting the error
 : Failed to copy worksheet: Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX))</description>
      <pubDate>Sun, 06 Nov 2016 18:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85759#M36712</guid>
      <dc:creator>suchit_tripathy</dc:creator>
      <dc:date>2016-11-06T18:48:00Z</dc:date>
    </item>
    <item>
      <title>I think you also need to open</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85760#M36713</link>
      <description>I think you also need to open both Excel files under the same Excel instance.</description>
      <pubDate>Wed, 09 Nov 2016 13:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85760#M36713</guid>
      <dc:creator>RadoslavHiko</dc:creator>
      <dc:date>2016-11-09T13:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: I think you also need to open</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85761#M36714</link>
      <description>I was facing the issue and able to solve it by following the below steps.&lt;BR /&gt;&lt;BR /&gt;1. Create Instance&lt;BR /&gt;2. Open SourceWorkbook -- Output you write to some data item called WorkBookName1&lt;BR /&gt;3. Open DestinationWorkbook -- Output you write to some data item called WorkBookName 2&lt;BR /&gt;4. Show&lt;BR /&gt;5. Copy and Paste worksheet range Action (Parameters are the key here)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; handle&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SourceWorkBook name&amp;nbsp; =&amp;nbsp;WorkBookName1 (This is the output variable of step 2)&amp;nbsp;&amp;nbsp; ---&amp;nbsp; Do not pass Full file path name here&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DestinationWorkBook name&amp;nbsp; =&amp;nbsp; WorkBookName2 (This is the output variable of step 3 )&amp;nbsp; ---&amp;nbsp; Do not pass Full file path name here&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Source Sheet, Destination Sheet and Ranges are as per your requirements.&lt;BR /&gt;6. Save and Close Instance&lt;BR /&gt;&lt;BR /&gt;Hope this helps..&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Sharath&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sharath Kumar Pennada&lt;BR /&gt;Consultant&lt;BR /&gt;Deloitte Consulting India Private Limited&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Aug 2019 16:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85761#M36714</guid>
      <dc:creator>Sharath_KumarPe</dc:creator>
      <dc:date>2019-08-22T16:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: I think you also need to open</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85762#M36715</link>
      <description>Solid solution. Just want to add that I have some mixed experience with the "Show" action in the MS Excel VBO, the workflow should be functional without calling that action. So I don't think the action should be used post development&lt;BR /&gt;&lt;BR /&gt;/Joakim&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Joakim Eklund&lt;BR /&gt;Senior RPA Developer&lt;BR /&gt;Swedbank AB&lt;BR /&gt;Europe/Stockholm&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Aug 2019 06:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85762#M36715</guid>
      <dc:creator>joakimeklund</dc:creator>
      <dc:date>2019-08-23T06:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: I think you also need to open</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85763#M36716</link>
      <description>I completely agree with you Joakim.&lt;BR /&gt;I'm not a big fan of using Show action after development. &lt;BR /&gt;But Blue Prism is suggesting to use 'show' action for this 'copy and paste worksheet as range' action.&lt;BR /&gt;This should do no harm in this case.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sharath Kumar Pennada&lt;BR /&gt;Consultant&lt;BR /&gt;Deloitte Consulting India Private Limited&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Aug 2019 08:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85763#M36716</guid>
      <dc:creator>Sharath_KumarPe</dc:creator>
      <dc:date>2019-08-23T08:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: I think you also need to open</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85764#M36717</link>
      <description>How Do we Write the Source Range and Destination range? Can anyone give me example&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="11787.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/11957i90BFD78A05E3F48B/image-size/large?v=v2&amp;amp;px=999" role="button" title="11787.png" alt="11787.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kumaresan Ganesan&lt;BR /&gt;IT Support Specialist&lt;BR /&gt;Association of International Certified Professional Accountants&lt;BR /&gt;Asia/Kuala_Lumpur&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Feb 2022 06:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85764#M36717</guid>
      <dc:creator>raysen16</dc:creator>
      <dc:date>2022-02-16T06:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: I think you also need to open</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85765#M36718</link>
      <description>True, Show really helps in copy paste action.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ravi Kumar&lt;BR /&gt;Sr Automation Designer&lt;BR /&gt;Ericsson&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Feb 2022 08:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85765#M36718</guid>
      <dc:creator>RaviKumar3</dc:creator>
      <dc:date>2022-02-16T08:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: I think you also need to open</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85766#M36719</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/25634"&gt;@raysen16&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Try giving the source range as "A17:BC:3000" and destination range as "A1" only and see if you are getting the desired outcome.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Feb 2022 08:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85766#M36719</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-02-16T08:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: I think you also need to open</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85767#M36720</link>
      <description>Thank you &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1843"&gt;@devneetmohanty07&lt;/a&gt; it works great and i appreciate your help. I Use "A17:BC3000" perfectly capturing the range​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kumaresan Ganesan&lt;BR /&gt;IT Support Specialist&lt;BR /&gt;Association of International Certified Professional Accountants&lt;BR /&gt;Asia/Kuala_Lumpur&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Feb 2022 09:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85767#M36720</guid>
      <dc:creator>raysen16</dc:creator>
      <dc:date>2022-02-16T09:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: I think you also need to open</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85768#M36721</link>
      <description>Glad your issue got sorted &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Feb 2022 06:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Excel-VBO-Copy-And-Paste/m-p/85768#M36721</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-02-17T06:19:00Z</dc:date>
    </item>
  </channel>
</rss>

