Hi,
I want to make any hidden rows in a range (or a sheet) visible again. I tried the following code, but it takes a long time to be executed. Is there a faster way?
For Each c In wPrjList.Range("myRange"
c.EntireRow.Hidden = False
Next c
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.