BALAREVA how to unhide all rows

Hey everyone,

I use the balareva hide/unhide row activity,

I want to ask how to unhide all rows because normaly u write the rows as {1,2,3,4}
but how can ı unhide all without giving exact rows one by one

Thank you

1 Like

it seems we can not give the range that takes care of entire workbook,may be @balupad14 can comment on this

Meanwhile,you may also consider using VB script

Below link has the code

1 Like

Hi @berkaykor ,

  • Find the last row index by using this
  • And you can mentioned array row like this “Enumerable.Range(1,intLastRowIndex).ToArray()”.

Here is the screenshot.

test.zip (28.0 KB)

Regards
Balamurugan.S

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.