I don't think there's a way to do this with the stock VBO. I'd check
this post for an example of how to do it in VBA, which could be adapted to a code stage in Blue Prism.
Range("A1").CurrentRegion.SpecialCells(xlCellTypeVisible)
will return a range of visible cells, then you can use the
Intersect()
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.
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
Original Message:
Sent: 01-22-2021 10:53
From: Murali Mohan Konanki
Subject: Go to Visible cells after filtered in a columnn Excel
Hi ,
need to go visible cell in a column in Excel after applying filters.
Ex: Age column filtered >25 then i need to go first visible value after filter.
Thanks
KMMPost
------------------------------
Murali Mohan Konanki Automation Associate
Automation Associate
S&P Global
UTC
8096961984
------------------------------