<?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: Read Hidden Columns from Excel in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64149#M16974</link>
    <description>Hi Tamilarasi,&lt;BR /&gt;&lt;BR /&gt;In that case the first range should work where you are providing the "A1:N50" range as this is working on my machine. In case you are getting any error, please share the error details so that we can know more about it.&lt;BR /&gt;&lt;BR /&gt;FYI, The same code is also being used in the '&lt;STRONG&gt;Unhide Row(s)&lt;/STRONG&gt;' action of the '&lt;STRONG&gt;MS Excel - Extended&lt;/STRONG&gt;' VBO which can be found in the following DX Exchange link: &lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/ms-excel-vbo---extended" target="_blank" rel="noopener"&gt;MS Excel - Extended&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please find the below snapshot for more details, Here in the Range argument provide &lt;CODE&gt;A1:N50&lt;/CODE&gt; as per your requirement:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Input Arguments:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14029.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14200i2A993E2EA78D25BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="14029.png" alt="14029.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Code:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14030.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14201i5BC4BD39133C7541/image-size/large?v=v2&amp;amp;px=999" role="button" title="14030.png" alt="14030.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you and if it resolves you query please mark it as the best answer so that others having the same problem can track the answer easily&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant&lt;BR /&gt;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>Mon, 10 Jan 2022 17:14:00 GMT</pubDate>
    <dc:creator>devneetmohanty07</dc:creator>
    <dc:date>2022-01-10T17:14:00Z</dc:date>
    <item>
      <title>Read Hidden Columns from Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64141#M16966</link>
      <description>Hi Team,&lt;BR /&gt;&lt;BR /&gt;How can I read values from hidden cells in a excel.&lt;BR /&gt;If now I am trying to read values from excel it's not reading values for hidden fields.&lt;BR /&gt;&lt;BR /&gt;Please help me on this if possible.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amlan Sahoo&lt;BR /&gt;RPA Consultant&lt;BR /&gt;Equinix&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Dec 2019 12:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64141#M16966</guid>
      <dc:creator>_Amlansahoo</dc:creator>
      <dc:date>2019-12-12T12:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read Hidden Columns from Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64142#M16967</link>
      <description>I ran into this same issue, so I added a page to the MS Excel VBO object to unhide a range. The code stage looks like this:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Dim Excel = GetInstance(Handle)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Excel.ActiveSheet.Range(Range).EntireColumn.Hidden = False&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Handle&lt;/EM&gt; is the numeric reference to the Excel application, and&amp;nbsp;&lt;EM&gt;Range&lt;/EM&gt; is a string consisting of an Excel range ("A1" or "B:G", for example). &lt;BR /&gt;&lt;BR /&gt;Any hidden columns in the range will be unhidden, and you'll be able to read values from it as normal.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicholas Zejdlik&lt;BR /&gt;RPA Developer&lt;BR /&gt;Fujitsu America, Inc.&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Dec 2019 22:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64142#M16967</guid>
      <dc:creator>NicholasZejdlik</dc:creator>
      <dc:date>2019-12-31T22:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read Hidden Columns from Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64143#M16968</link>
      <description>Thanks Nicholas Ii will definitely help me.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amlan Sahoo&lt;BR /&gt;RPA Consultant&lt;BR /&gt;Equinix&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jan 2020 07:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64143#M16968</guid>
      <dc:creator>_Amlansahoo</dc:creator>
      <dc:date>2020-01-02T07:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read Hidden Columns from Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64144#M16969</link>
      <description>&lt;STRONG&gt;Dim Excel = GetInstance(Handle)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Excel.ActiveSheet.Range(Range).EntireColumn.Hidden = False&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;the given code is working fine with unhiding columns in a excel&lt;BR /&gt;&lt;BR /&gt;Also please let me know how to unhide a rows in excel to read a hidden rows values&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tamilarasi S&lt;BR /&gt;Associate software engineer&lt;BR /&gt;TechMahindra&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jan 2022 10:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64144#M16969</guid>
      <dc:creator>TamilarasiS</dc:creator>
      <dc:date>2022-01-10T10:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read Hidden Columns from Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64145#M16970</link>
      <description>Hi Tamilarasi,&lt;BR /&gt;&lt;BR /&gt;For unhiding the rows in a given range, you can use the following code:&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;Dim Excel = GetInstance(Handle)&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;Excel.ActiveSheet.Range(Range).EntireRow.Hidden = False&lt;/CODE&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Let us know if this helps.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you and if it resolves you query please mark it as the best answer so that others having the same problem can track the answer easily&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant&lt;BR /&gt;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>Mon, 10 Jan 2022 10:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64145#M16970</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-01-10T10:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read Hidden Columns from Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64146#M16971</link>
      <description>Hi Devneet,&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;Dim Excel = GetInstance(Handle)&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;Excel.ActiveSheet.Range(Range).EntireRow.Hidden = False&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;The given code is not working fine and I tried with range (A1:N50, 1:500)&lt;BR /&gt;Please let me know If we can achieve the same in different way .&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tamilarasi S&lt;BR /&gt;Associate software engineer&lt;BR /&gt;TechMahindra&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jan 2022 10:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64146#M16971</guid>
      <dc:creator>TamilarasiS</dc:creator>
      <dc:date>2022-01-10T10:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read Hidden Columns from Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64147#M16972</link>
      <description>The range you are providing seems bit weird to me, if you want to provide multiple ranges, you can provide the Text value in the Range parameter something as "A1:N50,A60:N100"&lt;BR /&gt;&lt;BR /&gt;This code seems to be working as: &lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;Dim Excel = GetInstance(Handle)&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;Excel.ActiveSheet.Range("A1:N50,A60:N100").EntireRow.Hidden = False&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you and if it resolves you query please mark it as the best answer so that others having the same problem can track the answer easily&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant&lt;BR /&gt;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>Mon, 10 Jan 2022 11:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64147#M16972</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-01-10T11:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read Hidden Columns from Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64148#M16973</link>
      <description>What I meant is I tried the range with two ways &lt;SPAN&gt;A1:N50 and 1:500&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tamilarasi S&lt;BR /&gt;Associate software engineer&lt;BR /&gt;TechMahindra&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jan 2022 11:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64148#M16973</guid>
      <dc:creator>TamilarasiS</dc:creator>
      <dc:date>2022-01-10T11:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read Hidden Columns from Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64149#M16974</link>
      <description>Hi Tamilarasi,&lt;BR /&gt;&lt;BR /&gt;In that case the first range should work where you are providing the "A1:N50" range as this is working on my machine. In case you are getting any error, please share the error details so that we can know more about it.&lt;BR /&gt;&lt;BR /&gt;FYI, The same code is also being used in the '&lt;STRONG&gt;Unhide Row(s)&lt;/STRONG&gt;' action of the '&lt;STRONG&gt;MS Excel - Extended&lt;/STRONG&gt;' VBO which can be found in the following DX Exchange link: &lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/ms-excel-vbo---extended" target="_blank" rel="noopener"&gt;MS Excel - Extended&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please find the below snapshot for more details, Here in the Range argument provide &lt;CODE&gt;A1:N50&lt;/CODE&gt; as per your requirement:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Input Arguments:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14029.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14200i2A993E2EA78D25BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="14029.png" alt="14029.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Code:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14030.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14201i5BC4BD39133C7541/image-size/large?v=v2&amp;amp;px=999" role="button" title="14030.png" alt="14030.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you and if it resolves you query please mark it as the best answer so that others having the same problem can track the answer easily&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant&lt;BR /&gt;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>Mon, 10 Jan 2022 17:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64149#M16974</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-01-10T17:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read Hidden Columns from Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64150#M16975</link>
      <description>Hi Devneet,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have used the &lt;/SPAN&gt;&lt;STRONG&gt;Unhide Row(s)&lt;/STRONG&gt;&lt;SPAN&gt;' action of the '&lt;/SPAN&gt;&lt;STRONG&gt;MS Excel - Extended&lt;/STRONG&gt;&lt;SPAN&gt;' VBO and while I am running getting the below error. Please find the screenshot for your reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14035.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14196i5BE1EA5F6224885D/image-size/large?v=v2&amp;amp;px=999" role="button" title="14035.png" alt="14035.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14037.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14199i3744FB0D4AF7531B/image-size/large?v=v2&amp;amp;px=999" role="button" title="14037.png" alt="14037.png" /&gt;&lt;/span&gt;&lt;BR /&gt;please let me if anything need to be added more......Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tamilarasi S&lt;BR /&gt;Associate software engineer&lt;BR /&gt;TechMahindra&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Jan 2022 10:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64150#M16975</guid>
      <dc:creator>TamilarasiS</dc:creator>
      <dc:date>2022-01-11T10:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read Hidden Columns from Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64151#M16976</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The Key not present in dictionary error usually occurs if the handle which is being provided is incorrect as handle refers to the current instance of the workbook being stored in the dictionary variable. Can you cross check if any other actions before it which uses the handle on the same workbook is working fine ?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you and if it resolves you query please mark it as the best answer so that others having the same problem can track the answer easily&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant&lt;BR /&gt;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>Tue, 11 Jan 2022 11:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64151#M16976</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-01-11T11:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read Hidden Columns from Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64152#M16977</link>
      <description>Hi Devneet,&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14045.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14204iDDAB1AEC20BACD93/image-size/large?v=v2&amp;amp;px=999" role="button" title="14045.png" alt="14045.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I am able to perform the action (open workbook, activate workbook and show) with the same handle and only in action Unhide rows I am getting the issue...&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tamilarasi S&lt;BR /&gt;Associate software engineer&lt;BR /&gt;TechMahindra&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Jan 2022 11:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64152#M16977</guid>
      <dc:creator>TamilarasiS</dc:creator>
      <dc:date>2022-01-11T11:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read Hidden Columns from Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64153#M16978</link>
      <description>Here are you using Excel VBO for the rest and Excel Enhanced VBO for this Unhide Row action? If yes, then you are likely going to face this error, the reason being is both are separate business objects and the dictionary item of one is not shared with another. I would recommend in such a case replacing the similar actions from Excel Enhanced VBO only.&lt;BR /&gt;&lt;BR /&gt;Can you confirm on the same?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you and if it resolves you query please mark it as the best answer so that others having the same problem can track the answer easily&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant&lt;BR /&gt;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>Tue, 11 Jan 2022 11:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64153#M16978</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-01-11T11:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read Hidden Columns from Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64154#M16979</link>
      <description>Hi Devneet,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply and After &lt;SPAN&gt;replaced all the actions to Excel Enhanced VBO, the code executed successfully. but the rows in my excel didn't get unhide.&lt;BR /&gt;Need to check whether the issue is with the excel.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14051.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14211iE3BA37836EB0FF83/image-size/large?v=v2&amp;amp;px=999" role="button" title="14051.png" alt="14051.png" /&gt;&lt;/span&gt;
&lt;DIV&gt;&lt;B&gt;&lt;BR /&gt;&lt;/B&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tamilarasi S&lt;BR /&gt;Associate software engineer&lt;BR /&gt;TechMahindra&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Jan 2022 14:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-Hidden-Columns-from-Excel/m-p/64154#M16979</guid>
      <dc:creator>TamilarasiS</dc:creator>
      <dc:date>2022-01-11T14:04:00Z</dc:date>
    </item>
  </channel>
</rss>

