<?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: Go to Visible cells after filtered in a columnn Excel in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Go-to-Visible-cells-after-filtered-in-a-columnn-Excel/m-p/67483#M20088</link>
    <description>Thank you &lt;A id="MainCopy_ctl08_ucMessageList_rptMessageList_ProfileImageDisplay_4_NameLink_4" biobubblekey="f0d30523-0236-4fc5-94f7-499846aae05b" href="https://community.blueprism.com/network/profile?UserKey=f0d30523-0236-4fc5-94f7-499846aae05b" target="_blank" rel="noopener"&gt;Zdeněk Kabátek&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Murali Mohan Konanki Automation Associate&lt;BR /&gt;Automation Associate&lt;BR /&gt;S&amp;amp;P Global&lt;BR /&gt;UTC&lt;BR /&gt;8096961984&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 08 Mar 2021 16:42:00 GMT</pubDate>
    <dc:creator>Murali_MohanKon</dc:creator>
    <dc:date>2021-03-08T16:42:00Z</dc:date>
    <item>
      <title>Go to Visible cells after filtered in a columnn Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Go-to-Visible-cells-after-filtered-in-a-columnn-Excel/m-p/67478#M20083</link>
      <description>Hi ,&lt;BR /&gt;need to go visible cell in a column in Excel after applying filters.&lt;BR /&gt;&lt;BR /&gt;Ex: Age column filtered &amp;gt;25 then i need to go first visible value after filter.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;KMM&lt;A onclick="return isMessageAnonymous(false);" id="MainCopy_ctl05_PostMessageContributedContent_BtnSave" class="btn btn-primary message-button" containerid="hl-csslinkbutton" role="button" target="_blank"&gt;&lt;/A&gt;Post&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Murali Mohan Konanki Automation Associate&lt;BR /&gt;Automation Associate&lt;BR /&gt;S&amp;amp;P Global&lt;BR /&gt;UTC&lt;BR /&gt;8096961984&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jan 2021 15:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Go-to-Visible-cells-after-filtered-in-a-columnn-Excel/m-p/67478#M20083</guid>
      <dc:creator>Murali_MohanKon</dc:creator>
      <dc:date>2021-01-22T15:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Go to Visible cells after filtered in a columnn Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Go-to-Visible-cells-after-filtered-in-a-columnn-Excel/m-p/67479#M20084</link>
      <description>I don't think there's a way to do this with the stock VBO. I'd check &lt;SPAN style="text-decoration: underline;"&gt;&lt;A href="https://social.msdn.microsoft.com/Forums/en-US/6831b9a5-2190-4238-a8b4-2e260086cf37/how-to-select-next-visible-cell-in-excel-using-vba" target="_blank" rel="noopener"&gt;this post&lt;/A&gt;&lt;/SPAN&gt; for an example of how to do it in VBA, which could be adapted to a code stage in Blue Prism. &lt;CODE&gt;Range("A1").CurrentRegion.SpecialCells(xlCellTypeVisible)&lt;/CODE&gt; will return a range of visible cells, then you can use the &lt;CODE&gt;Intersect()&lt;/CODE&gt; function to determine if a specific cell or range is contained within the range of visible cells. Since this method would not require moving the active cell around, it should be pretty quick to loop through potentially thousands of cells to see if they are visible or not.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicholas Zejdlik&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jan 2021 16:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Go-to-Visible-cells-after-filtered-in-a-columnn-Excel/m-p/67479#M20084</guid>
      <dc:creator>NicholasZejdlik</dc:creator>
      <dc:date>2021-01-22T16:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Go to Visible cells after filtered in a columnn Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Go-to-Visible-cells-after-filtered-in-a-columnn-Excel/m-p/67480#M20085</link>
      <description>Thanks &lt;SPAN&gt;Nicholas. It helps i will check.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Murali Mohan Konanki Automation Associate&lt;BR /&gt;Automation Associate&lt;BR /&gt;S&amp;amp;P Global&lt;BR /&gt;UTC&lt;BR /&gt;8096961984&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 23 Jan 2021 05:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Go-to-Visible-cells-after-filtered-in-a-columnn-Excel/m-p/67480#M20085</guid>
      <dc:creator>Murali_MohanKon</dc:creator>
      <dc:date>2021-01-23T05:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Go to Visible cells after filtered in a columnn Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Go-to-Visible-cells-after-filtered-in-a-columnn-Excel/m-p/67481#M20086</link>
      <description>Hi Murali,&lt;BR /&gt;&lt;BR /&gt;Just in case that doesn't work out. An alternative method would be to create a Windows based object to attach to Excel, then use GSK to press the down arrow (once you've selected the header row).&lt;BR /&gt;&lt;BR /&gt;Not as elegant as using VBO, but may give you simpler alternative.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jan 2021 09:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Go-to-Visible-cells-after-filtered-in-a-columnn-Excel/m-p/67481#M20086</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2021-01-25T09:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Go to Visible cells after filtered in a columnn Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Go-to-Visible-cells-after-filtered-in-a-columnn-Excel/m-p/67482#M20087</link>
      <description>Hi, Murali,&lt;BR /&gt;&lt;BR /&gt;I am attaching an action from our Excel VBO (Filter Worksheet &amp;amp; Get Filtered Row Numbers) which enables to set up a filter criteria (using Collection) and then returns collection with row numbers which met the filter criteria. Hopefully, it will help you. If you need more explanation send PM.&lt;BR /&gt;&lt;BR /&gt;Regards,&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>Mon, 25 Jan 2021 20:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Go-to-Visible-cells-after-filtered-in-a-columnn-Excel/m-p/67482#M20087</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2021-01-25T20:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Go to Visible cells after filtered in a columnn Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Go-to-Visible-cells-after-filtered-in-a-columnn-Excel/m-p/67483#M20088</link>
      <description>Thank you &lt;A id="MainCopy_ctl08_ucMessageList_rptMessageList_ProfileImageDisplay_4_NameLink_4" biobubblekey="f0d30523-0236-4fc5-94f7-499846aae05b" href="https://community.blueprism.com/network/profile?UserKey=f0d30523-0236-4fc5-94f7-499846aae05b" target="_blank" rel="noopener"&gt;Zdeněk Kabátek&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Murali Mohan Konanki Automation Associate&lt;BR /&gt;Automation Associate&lt;BR /&gt;S&amp;amp;P Global&lt;BR /&gt;UTC&lt;BR /&gt;8096961984&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Mar 2021 16:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Go-to-Visible-cells-after-filtered-in-a-columnn-Excel/m-p/67483#M20088</guid>
      <dc:creator>Murali_MohanKon</dc:creator>
      <dc:date>2021-03-08T16:42:00Z</dc:date>
    </item>
  </channel>
</rss>

