<?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: Crystal I think this will do… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Unhide-Rows-in-Excel/m-p/49199#M4647</link>
    <description>&lt;P&gt;Hi John&lt;/P&gt;
&lt;P&gt;Could I ask a question about your code? I have an error with the code but where is the inserts??&lt;/P&gt;
&lt;P&gt;is the range &amp;lt;&amp;lt; &lt;SPAN&gt;range = sheet.Cells range.EntireRow.Hidden = False &amp;gt;&amp;gt;?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;a space inbetween Cells and range?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Yoshie Nakamura&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 10 Feb 2023 10:32:00 GMT</pubDate>
    <dc:creator>YoshieNakamura</dc:creator>
    <dc:date>2023-02-10T10:32:00Z</dc:date>
    <item>
      <title>Unhide Rows in Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unhide-Rows-in-Excel/m-p/49194#M4642</link>
      <description>Get Worksheet As&amp;nbsp;Collection excludes any hidden rows.&amp;nbsp; Is there a VBO to unhide rows that I can use prior to loading the worksheet into collection?&amp;nbsp; Anyone with VB code I can copy?&amp;nbsp; I tried creating a Macro below&amp;nbsp;but cant figure out the correct syntax translation of this macro that will work in Blue&amp;nbsp;Prism.

Sub UnhideR0ws()

&amp;nbsp;&amp;nbsp;&amp;nbsp; Cells.Select
&amp;nbsp;&amp;nbsp;&amp;nbsp; Selection.EntireRow.Hidden = False
End Sub

&amp;nbsp;</description>
      <pubDate>Mon, 09 Jul 2018 23:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unhide-Rows-in-Excel/m-p/49194#M4642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-09T23:15:00Z</dc:date>
    </item>
    <item>
      <title>Crystal I think this will do…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unhide-Rows-in-Excel/m-p/49195#M4643</link>
      <description>Crystal I think this will do it:
Dim sheet, range As Object
Try
sheet = GetWorkbook(handle,Nothing).ActiveSheet
range = sheet.Cells
range.EntireRow.Hidden = False
Success = True
Catch e As Exception
&amp;nbsp;Success = False
&amp;nbsp;Message = e.Message
Finally
&amp;nbsp;sheet = Nothing
&amp;nbsp;range = Nothing
End Try</description>
      <pubDate>Tue, 10 Jul 2018 05:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unhide-Rows-in-Excel/m-p/49195#M4643</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2018-07-10T05:31:00Z</dc:date>
    </item>
    <item>
      <title>Thank you John.  I didn't…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unhide-Rows-in-Excel/m-p/49196#M4644</link>
      <description>Thank you John.&amp;nbsp; I didn't get a chance to try your code as I have already found a solution.&amp;nbsp;
&amp;nbsp;
GetWorkbook(handle,Nothing).ActiveSheet.Rows(range).Hidden = False
&amp;nbsp;
Range is just starting row number:ending row number so 1:500</description>
      <pubDate>Fri, 13 Jul 2018 20:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unhide-Rows-in-Excel/m-p/49196#M4644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-13T20:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Thank you John.  I didn't…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unhide-Rows-in-Excel/m-p/49197#M4645</link>
      <description>When I tried the above solution it is not unhiding the rows, Please give me the detailed information step by step to make use of this,&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 09:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unhide-Rows-in-Excel/m-p/49197#M4645</guid>
      <dc:creator>TamilarasiS</dc:creator>
      <dc:date>2022-01-10T09:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Thank you John.  I didn't…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unhide-Rows-in-Excel/m-p/49198#M4646</link>
      <description>&lt;P&gt;Hi &lt;A id="MainCopy_ctl11_ucMessageList_rptMessageList_ProfileImageDisplay_3_NameLink_3" biobubblekey="c0943d92-c4ae-4161-9988-124f809942f9" href="https://community.blueprism.com/network/profile?UserKey=c0943d92-c4ae-4161-9988-124f809942f9" target="_blank" rel="noopener"&gt;Tamilarasi S&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Hope you are doing Great.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Approach of &lt;SPAN style="text-decoration: underline;"&gt;@&lt;A id="MainCopy_ctl11_ucMessageList_rptMessageList_ProfileImageDisplay_1_NameLink_1" biobubblekey="bf6edb31-c42f-4040-9e4b-d47f91046c5a" href="https://community.blueprism.com/network/profile?UserKey=bf6edb31-c42f-4040-9e4b-d47f91046c5a" target="_blank" rel="noopener"&gt;John Carter &amp;amp; &lt;/A&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="ec6b93d8-d842-43e6-b7fa-a300168bc12e" data-tag-text="@Crystal De Leon" href="https://community.blueprism.com/network/profile?UserKey=ec6b93d8-d842-43e6-b7fa-a300168bc12e" data-itemmentionkey="201f9ba5-23b2-40e6-a285-4d8aa7472bb6"&gt;@Crystal De Leon&lt;/A&gt;&lt;/SPAN&gt;is correct wherein we can pass the range or single row as per the use case demand. Just use the code stage pass relevant details as in parameter worksheet ,range etc.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another detail way with steps is mentioned in below reference&amp;nbsp;&lt;BR /&gt;&lt;A href="https://www.rpaforum.net/threads/how-to-insert-row-in-excel-sheet-using-ms-excel-vbo.7589/" target="_blank" rel="noopener"&gt;Excel Row Hide or Insert Row Things&lt;/A&gt;&lt;BR /&gt;​​&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shikhar Mishra RPA Lead&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jan 2022 13:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unhide-Rows-in-Excel/m-p/49198#M4646</guid>
      <dc:creator>Rambo27</dc:creator>
      <dc:date>2022-01-10T13:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Crystal I think this will do…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unhide-Rows-in-Excel/m-p/49199#M4647</link>
      <description>&lt;P&gt;Hi John&lt;/P&gt;
&lt;P&gt;Could I ask a question about your code? I have an error with the code but where is the inserts??&lt;/P&gt;
&lt;P&gt;is the range &amp;lt;&amp;lt; &lt;SPAN&gt;range = sheet.Cells range.EntireRow.Hidden = False &amp;gt;&amp;gt;?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;a space inbetween Cells and range?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Yoshie Nakamura&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Feb 2023 10:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unhide-Rows-in-Excel/m-p/49199#M4647</guid>
      <dc:creator>YoshieNakamura</dc:creator>
      <dc:date>2023-02-10T10:32:00Z</dc:date>
    </item>
  </channel>
</rss>

