<?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 How to duplicate worksheet in excel  with out  spying? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-duplicate-worksheet-in-excel-with-out-spying/m-p/44370#M861</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;How to duplicate worksheets with out spying the&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have a worksheet with lot of conidtional formating and have different color with out reading and writing is there way we can exactly duplicate the worksheet but with out spying?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Harish Mogulluri&lt;BR /&gt;developer&lt;BR /&gt;Ics&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Nov 2021 06:19:00 GMT</pubDate>
    <dc:creator>harish.mogulluri</dc:creator>
    <dc:date>2021-11-15T06:19:00Z</dc:date>
    <item>
      <title>How to duplicate worksheet in excel  with out  spying?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-duplicate-worksheet-in-excel-with-out-spying/m-p/44370#M861</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;How to duplicate worksheets with out spying the&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have a worksheet with lot of conidtional formating and have different color with out reading and writing is there way we can exactly duplicate the worksheet but with out spying?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Harish Mogulluri&lt;BR /&gt;developer&lt;BR /&gt;Ics&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Nov 2021 06:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-duplicate-worksheet-in-excel-with-out-spying/m-p/44370#M861</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2021-11-15T06:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to duplicate worksheet in excel  with out  spying?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-duplicate-worksheet-in-excel-with-out-spying/m-p/44371#M862</link>
      <description>Hello Harish,&lt;BR /&gt;&lt;BR /&gt;you can use below action from ms excel VBO, it will create a copy of the worksheet, later you can rename the duplicate sheet as required.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="19858.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/20005i27BA1C107538672F/image-size/large?v=v2&amp;amp;px=999" role="button" title="19858.png" alt="19858.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;MuraliKrishna&lt;BR /&gt;Senior Consultant - Automation Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Nov 2021 06:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-duplicate-worksheet-in-excel-with-out-spying/m-p/44371#M862</guid>
      <dc:creator>krishna.kodimurali9</dc:creator>
      <dc:date>2021-11-15T06:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to duplicate worksheet in excel  with out  spying?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-duplicate-worksheet-in-excel-with-out-spying/m-p/44372#M863</link>
      <description>Thank you. I didn't notice that action.so I have one another question can we highlight ( some color)&amp;nbsp; cell in excel? With out spying?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Harish Mogulluri&lt;BR /&gt;developer&lt;BR /&gt;Ics&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Nov 2021 14:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-duplicate-worksheet-in-excel-with-out-spying/m-p/44372#M863</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2021-11-15T14:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to duplicate worksheet in excel  with out  spying?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-duplicate-worksheet-in-excel-with-out-spying/m-p/44373#M864</link>
      <description>&lt;SPAN style="color: #000080;"&gt;Hi Harish,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;You can achieve the highlighting of cells in multiple ways. If you have the excel file ready as a template you can perhaps set the conditional formatting rules in the excel file directly. As you keep populating the cells in the excel file from Blue Prism process, the cells will get highlighted automatically based on the conditional formatting rule that have set previously.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;If you want to dynamically set the cell color, extend the Excel VBO capability by creating an additional action using code stage with below parameters and code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #800000;"&gt;&lt;STRONG&gt;Input:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;handle : The current excel instance that holds you excel session.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;row_reference : The row number of the cell that you want to highlight.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;column_reference: The column number of the cell that you want to highlight.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;red_value: The value of the Red tone pixel ranging from 0 to 255.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;green_value: The value of the Green tone pixel ranging from 0 to 255.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;blue_value: The value of the Blue tone pixel ranging from 0 to 255.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #800000;"&gt;&lt;STRONG&gt;Code:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;CODE&gt;GetWorkbook(handle,Nothing).ActiveSheet.Cells(row_reference,column_reference).Interior.Color = RGB(red_value, green_value, blue_value)&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;Before using this code use the keep the excel handle activated by using Create Instance, Open Instance or Attach activity and open your desired workbook and activate the worksheet where you want to perform this operation. Depending on your use case and logic you can either call this action once or maybe in a loop as per some condition that you want to set for highlighting by passing dynamic row and column number for the cells.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Automation Consultant&lt;BR /&gt;Blueprism 6x 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;</description>
      <pubDate>Tue, 16 Nov 2021 04:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-duplicate-worksheet-in-excel-with-out-spying/m-p/44373#M864</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2021-11-16T04:11:00Z</dc:date>
    </item>
  </channel>
</rss>

