<?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: Copy and paste visible cells in excel in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83169#M34487</link>
    <description>Hi, Murali,&lt;BR /&gt;&lt;BR /&gt;you mean visible cells when you use filtering or visible cells which are visible on a particular screen?&lt;BR /&gt;&lt;BR /&gt;If you need the visible cells after filtering this code should work for you&lt;BR /&gt;newRange = ws.AutoFilter.Range.SpecialCells(xlCellTypeVisible)&lt;BR /&gt;&lt;BR /&gt;Then probably you need to select this new range, copy.&lt;BR /&gt;newRange.Select&lt;BR /&gt;Selection.Copy&lt;BR /&gt;&lt;BR /&gt;Then go to a worksheet where you want to paste it&lt;BR /&gt;ActiveSheet.Paste&lt;BR /&gt;&lt;BR /&gt;That should work.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 09 Mar 2021 13:38:00 GMT</pubDate>
    <dc:creator>zdenek.kabatek</dc:creator>
    <dc:date>2021-03-09T13:38:00Z</dc:date>
    <item>
      <title>Copy and paste visible cells in excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83168#M34486</link>
      <description>Hi Team,&lt;BR /&gt;&lt;BR /&gt;Please help for Copy and paste visible cells data in excel using code stage or any alternatives. thank you.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Murali Mohan Konanki&lt;BR /&gt;UTC&lt;BR /&gt;8096961984&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2021 03:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83168#M34486</guid>
      <dc:creator>Murali_MohanKon</dc:creator>
      <dc:date>2021-03-09T03:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy and paste visible cells in excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83169#M34487</link>
      <description>Hi, Murali,&lt;BR /&gt;&lt;BR /&gt;you mean visible cells when you use filtering or visible cells which are visible on a particular screen?&lt;BR /&gt;&lt;BR /&gt;If you need the visible cells after filtering this code should work for you&lt;BR /&gt;newRange = ws.AutoFilter.Range.SpecialCells(xlCellTypeVisible)&lt;BR /&gt;&lt;BR /&gt;Then probably you need to select this new range, copy.&lt;BR /&gt;newRange.Select&lt;BR /&gt;Selection.Copy&lt;BR /&gt;&lt;BR /&gt;Then go to a worksheet where you want to paste it&lt;BR /&gt;ActiveSheet.Paste&lt;BR /&gt;&lt;BR /&gt;That should work.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2021 13:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83169#M34487</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2021-03-09T13:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy and paste visible cells in excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83170#M34488</link>
      <description>Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I tried using this on Copy and Paste Worksheet Range Action in the MS Excel VBO but i get an error saying "xlCellTypeVisible is not declared. It maybe due to its protection level"&lt;BR /&gt;&lt;BR /&gt;Can you help is this because Blueprism code stage will not let me use it?&lt;BR /&gt;I am using v 6.4.1 and trying to update the existing MS Excel VBO Action "Copy and Paste Worksheet Range"&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ayush Tripathi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Jun 2021 15:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83170#M34488</guid>
      <dc:creator>AyushTripathi1</dc:creator>
      <dc:date>2021-06-12T15:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy and paste visible cells in excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83171#M34489</link>
      <description>&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a excel sheet with 7 spreadsheets, I have to filter for specific criteria and I want to copy the filtered data from one sheet to another. So for copying the visible cells I am trying to use your code, but I am getting&amp;nbsp; the following error. Can you please help me with this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim Worksheet As Object&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Worksheet = GetWorkbook(handle, Nothing). ActiveSheet&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;newRange = Worksheet.AutoFilter.Range.SpecialCells(xlCellTypeVisible)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Internal : Could not execute code stage because exception thrown by code stage: Unable to get the SpecialCells property of the Range class&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15879.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/16042iD44B2EEA5712823A/image-size/large?v=v2&amp;amp;px=999" role="button" title="15879.png" alt="15879.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15880.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/16041iD215C3FCC6A08876/image-size/large?v=v2&amp;amp;px=999" role="button" title="15880.png" alt="15880.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Aarthi Komandur Seshadri RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jul 2021 02:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83171#M34489</guid>
      <dc:creator>Janu</dc:creator>
      <dc:date>2021-07-26T02:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy and paste visible cells in excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83172#M34490</link>
      <description>Hi Aarthi,&lt;BR /&gt;&lt;BR /&gt;To copy filtered rows to a different worksheet , I use the below custom action.it works for me.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15881.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/16045iB9B3DB2B77504AB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="15881.png" alt="15881.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15882.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/16043i7C48E17EB5771A13/image-size/large?v=v2&amp;amp;px=999" role="button" title="15882.png" alt="15882.png" /&gt;&lt;/span&gt;Code :&lt;BR /&gt;Dim dstwb, sws, dws as Object&lt;BR /&gt;Const xlCellTypeVisible as Integer = 12&lt;BR /&gt;Try&lt;BR /&gt;dstwb = GetWorkbook(handle, dstworkbook)&lt;BR /&gt;sws = GetWorkSheet(handle, srcworkbook, srcworksheet)&lt;BR /&gt;dws = GetWorkSheet(handle, dstworkbook, dstworksheet)&lt;BR /&gt;&lt;BR /&gt;dstwb.Application.DisplayAlerts = False&lt;BR /&gt;sws.Range(srcrange).Offset(1,0).SpecialCells(xlCellTypeVisible).Copy _&lt;BR /&gt;(Destination:=dws.Range(dstrange))&lt;BR /&gt;dstwb.Application.DisplayAlerts = True&lt;BR /&gt;Success = True&lt;BR /&gt;&lt;BR /&gt;Catch e as Exception&lt;BR /&gt;&lt;BR /&gt;Success = False&lt;BR /&gt;Message = e.Message&lt;BR /&gt;&lt;BR /&gt;End Try&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Murali Krishna&lt;BR /&gt;RPA Consultant&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jul 2021 05:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83172#M34490</guid>
      <dc:creator>krishna.kodimurali9</dc:creator>
      <dc:date>2021-07-26T05:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy and paste visible cells in excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83173#M34491</link>
      <description>Hi Murali ,&lt;BR /&gt;&amp;nbsp;You can use below,&lt;SPAN&gt; it works for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15885.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/16048i68538E814C7ADD57/image-size/large?v=v2&amp;amp;px=999" role="button" title="15885.png" alt="15885.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Code :&lt;BR /&gt;&lt;BR /&gt;Dim dstwb, sws, dws as Object&lt;BR /&gt;Const xlCellTypeVisible as Integer = 12&lt;BR /&gt;Try&lt;BR /&gt;dstwb = GetWorkbook(handle, dstworkbook)&lt;BR /&gt;sws = GetWorkSheet(handle, srcworkbook, srcworksheet)&lt;BR /&gt;dws = GetWorkSheet(handle, dstworkbook, dstworksheet)&lt;BR /&gt;&lt;BR /&gt;dstwb.Application.DisplayAlerts = False&lt;BR /&gt;sws.Range(srcrange).Offset(1,0).SpecialCells(xlCellTypeVisible).Copy _&lt;BR /&gt;(Destination:=dws.Range(dstrange))&lt;BR /&gt;dstwb.Application.DisplayAlerts = True&lt;BR /&gt;Success = True&lt;BR /&gt;&lt;BR /&gt;Catch e as Exception&lt;BR /&gt;&lt;BR /&gt;Success = False&lt;BR /&gt;Message = e.Message&lt;BR /&gt;&lt;BR /&gt;End Try&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Murali Krishna&lt;BR /&gt;RPA Consultant&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jul 2021 05:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83173#M34491</guid>
      <dc:creator>krishna.kodimurali9</dc:creator>
      <dc:date>2021-07-26T05:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy and paste visible cells in excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83174#M34492</link>
      <description>Hi Murali,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply. Actually I don't know the exact range of visible cells, I need to know before copying them. I tried using the Get number of Rows action in MS Excel VBO but it gives me the complete rows and not the filtered rows. Can you please help me out how to customize the code to get the Number of Visible rows. Also I want to copy and paste specific column from the filtered worksheet. I have 30 columns but I only need to copy two columns after filter.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Aarthi Komandur Seshadri RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jul 2021 15:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83174#M34492</guid>
      <dc:creator>Janu</dc:creator>
      <dc:date>2021-07-26T15:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy and paste visible cells in excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83175#M34493</link>
      <description>Hi Aarti,&lt;BR /&gt;&lt;BR /&gt;You can provide the complete row count that you get from "Get Number Of Rows" and provide it as a range in the action inputs i have provided. Eg- "A1:C200".&lt;BR /&gt;&lt;BR /&gt;The code works in a way that after you filter, Only the filtered visible rows will be copied to the target.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;Give it a try, it will work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Murali Krishna&lt;BR /&gt;RPA Consultant&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jul 2021 05:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83175#M34493</guid>
      <dc:creator>krishna.kodimurali9</dc:creator>
      <dc:date>2021-07-27T05:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy and paste visible cells in excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83176#M34494</link>
      <description>&lt;P&gt;Hi Murali&lt;BR /&gt;&lt;BR /&gt;Appreciate your response. Sure I will try with this. Can you tell me what value should I give for xlcelltypevisible. You have given as 12, from where' you got this value.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Aarthi Komandur Seshadri RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jul 2021 08:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83176#M34494</guid>
      <dc:creator>Janu</dc:creator>
      <dc:date>2021-07-27T08:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy and paste visible cells in excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83177#M34495</link>
      <description>It's a constant, no need to change, Just provide the inputs and run.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Murali Krishna&lt;BR /&gt;RPA Consultant&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jul 2021 08:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83177#M34495</guid>
      <dc:creator>krishna.kodimurali9</dc:creator>
      <dc:date>2021-07-27T08:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy and paste visible cells in excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83178#M34496</link>
      <description>Hi Murali&lt;BR /&gt;Thank you So much&lt;BR /&gt;Your Code works!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Aarthi Komandur Seshadri RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jul 2021 18:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83178#M34496</guid>
      <dc:creator>Janu</dc:creator>
      <dc:date>2021-07-27T18:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy and paste visible cells in excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83179#M34497</link>
      <description>Hi Murali.&lt;BR /&gt;Thank you again for your help. This code&amp;nbsp; works fine, just that&amp;nbsp; it adds one extra row at the end, could&amp;nbsp; you please tell me if there is a way to not have that extra row created&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15891.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/16050iB937FF58D2BE2F99/image-size/large?v=v2&amp;amp;px=999" role="button" title="15891.png" alt="15891.png" /&gt;&lt;/span&gt;&lt;BR /&gt;You can see the from the above screenshot, next to TEST2 row, one additional row is added.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Aarthi Komandur Seshadri RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jul 2021 19:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83179#M34497</guid>
      <dc:creator>Janu</dc:creator>
      <dc:date>2021-07-27T19:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy and paste visible cells in excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83180#M34498</link>
      <description>&lt;SPAN&gt;I have a excel sheet with 7 spreadsheets,&lt;BR /&gt;&lt;BR /&gt;I have to filter for specific criteria and I want to copy the filtered data from one sheet to another. &lt;BR /&gt;&lt;BR /&gt;o for copying the visible cells I am trying to use your code, but I am getting&amp;nbsp; the following error.&lt;BR /&gt;&lt;BR /&gt;Can you please help me with this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim Worksheet As Object&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Worksheet = GetWorkbook(handle, Nothing). ActiveSheet&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;newRange = Worksheet.AutoFilter.Range.SpecialCells(xlCellTypeVisible)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Internal : Could not execute code stage because exception thrown by code stage: Unable to get the SpecialCells property of the Range class&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;
&lt;STYLE type="text/css"&gt;&amp;lt;!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--&amp;gt;&lt;/STYLE&gt;
&lt;A href="https://gordonbullard.com/" target="_blank" rel="noopener"&gt;&lt;SPAN data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;Gordon Bullard &amp;amp; Company&amp;quot;}" data-sheets-userformat="{&amp;quot;2&amp;quot;:6145,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0,&amp;quot;3&amp;quot;:1},&amp;quot;14&amp;quot;:[null,2,0],&amp;quot;15&amp;quot;:&amp;quot;Arial&amp;quot;}"&gt;Gordon Bullard &amp;amp; Company&lt;/SPAN&gt;&lt;/A&gt;</description>
      <pubDate>Sat, 31 Jul 2021 14:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83180#M34498</guid>
      <dc:creator>jacksonliam</dc:creator>
      <dc:date>2021-07-31T14:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy and paste visible cells in excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83181#M34499</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/41477"&gt;@jacksonliam&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;In order to apply filter for specific criteria, you can refer below video:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=GiQgvUhbFM0" target="test_blank"&gt;https://www.youtube.com/watch?v=GiQgvUhbFM0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Post applying filter, since you want to copy paste the data to other sheet, please follow below steps:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;1) After applying filter, Use "&lt;STRONG&gt;Select&lt;/STRONG&gt;" action of "&lt;STRONG&gt;MS Excel VBO&lt;/STRONG&gt;"​ to select the data (e.g. A:D). This will select the whole column A to D (assuming the filter is applied on column A to D).&lt;BR /&gt;2) Use "&lt;STRONG&gt;Copy&lt;/STRONG&gt;" action of MS Excel VBO to copy the selected data.&lt;BR /&gt;3) Use "&lt;STRONG&gt;Activate Worksheet&lt;/STRONG&gt;" of MS Excel VBO to activate the destination worksheet.&lt;BR /&gt;4) Use "&lt;STRONG&gt;Go to Cell&lt;/STRONG&gt;" action of MS Excel VBO and go to the cell where it needs to be pasted (e.g. A1)&lt;BR /&gt;5) Use "&lt;STRONG&gt;Paste&lt;/STRONG&gt;" action of MS Excel VBO to paste the data. It will copy and paste the filtered set of data.&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ritansh Jatwani Senior Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;EY&lt;BR /&gt;Gurgaon&lt;BR /&gt;*If you find this post helpful mark it as best answer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 31 Jul 2021 17:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83181#M34499</guid>
      <dc:creator>ritansh.jatwani</dc:creator>
      <dc:date>2021-07-31T17:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy and paste visible cells in excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83182#M34500</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;you can use the above code which was mentioned by Murali. I watched the w video on YouTube by Ritansh jatwani. After auto-filtering I used the code shared by Murali and it's absolutely working fine.&lt;BR /&gt;&lt;BR /&gt;For getting the range: you can use get number of rows action available in Ms Excel VBO and just use this inside the code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks Ritansh for making a video on Auto filter. Your code exactly &amp;nbsp;worked for me.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Aarthi Komandur Seshadri RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 31 Jul 2021 17:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83182#M34500</guid>
      <dc:creator>Janu</dc:creator>
      <dc:date>2021-07-31T17:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy and paste visible cells in excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83183#M34501</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/56674"&gt;@Janu&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Thanks for the feedback. Glad to know that the video helped you. :)​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ritansh Jatwani Senior Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;EY&lt;BR /&gt;Gurgaon&lt;BR /&gt;*If you find this post helpful mark it as best answer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 31 Jul 2021 19:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83183#M34501</guid>
      <dc:creator>ritansh.jatwani</dc:creator>
      <dc:date>2021-07-31T19:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy and paste visible cells in excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83184#M34502</link>
      <description>Hi Jackson,&lt;BR /&gt;&lt;BR /&gt;Can you share a snap of the excel sheet you are working on?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Murali Krishna&lt;BR /&gt;RPA Consultant&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Aug 2021 10:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-and-paste-visible-cells-in-excel/m-p/83184#M34502</guid>
      <dc:creator>krishna.kodimurali9</dc:creator>
      <dc:date>2021-08-02T10:14:00Z</dc:date>
    </item>
  </channel>
</rss>

