<?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: Blue Prism Excel VBO Get Worksheet Only Visible? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-Excel-VBO-Get-Worksheet-Only-Visible/m-p/100207#M47569</link>
    <description>&lt;BR /&gt;Use&amp;nbsp; Cells.SpecialCells(xlCellTypeVisible).Show&lt;BR /&gt;&lt;BR /&gt;Do let me know if any issue&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Nilesh</description>
    <pubDate>Thu, 07 Apr 2022 19:31:25 GMT</pubDate>
    <dc:creator>NileshJadhavBP</dc:creator>
    <dc:date>2022-04-07T19:31:25Z</dc:date>
    <item>
      <title>Blue Prism Excel VBO Get Worksheet Only Visible?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-Excel-VBO-Get-Worksheet-Only-Visible/m-p/100206#M47568</link>
      <description>&lt;P&gt;​How can I change this codestage for GetWorksheet to only get visibly values?&lt;/P&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;To read only visible data how would this codestage look like?

	Dim ws as Object = _
	 GetWorksheet(handle, workbookname, worksheetname, False)

	' Do we have a sheet?
	sheetexists = ws IsNot Nothing
	' No sheet? No entry.
	If Not sheetexists Then Return

	ws.Activate()

	worksheetCollection = GetWorksheetUsedRangeAsDataTable(ws.UsedRange, True)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Anwser from &lt;A class="user-content-mention" data-sign="@" data-contactkey="f3b3506a-4fbb-4f2d-bb0f-3ea1ce7702d0" data-tag-text="@Nilesh Jadhav" href="https://community.blueprism.com/network/profile?UserKey=f3b3506a-4fbb-4f2d-bb0f-3ea1ce7702d0" data-itemmentionkey="36c12925-2bdb-46c1-b51a-18226c17168c"&gt;@Nilesh Jadhav&lt;/A&gt; is to use&lt;/P&gt;
&lt;P&gt;"Ws.Cells.SpecialCells(xlCellTypeVisible)"&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Best Regards&lt;BR /&gt;Atli&lt;/P&gt;
&lt;P&gt;
​&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 13:23:48 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-Excel-VBO-Get-Worksheet-Only-Visible/m-p/100206#M47568</guid>
      <dc:creator>AtliHarðarson</dc:creator>
      <dc:date>2022-04-07T13:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Blue Prism Excel VBO Get Worksheet Only Visible?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-Excel-VBO-Get-Worksheet-Only-Visible/m-p/100207#M47569</link>
      <description>&lt;BR /&gt;Use&amp;nbsp; Cells.SpecialCells(xlCellTypeVisible).Show&lt;BR /&gt;&lt;BR /&gt;Do let me know if any issue&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Nilesh</description>
      <pubDate>Thu, 07 Apr 2022 19:31:25 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-Excel-VBO-Get-Worksheet-Only-Visible/m-p/100207#M47569</guid>
      <dc:creator>NileshJadhavBP</dc:creator>
      <dc:date>2022-04-07T19:31:25Z</dc:date>
    </item>
  </channel>
</rss>

