Here is my workbook, remember i have no schooling on this, so no laughing.
Here is my workbook, remember i have no schooling on this, so no laughing.
As suggested in my post #6 put the following formula in AI4 and copy down to AI52
Formula:![]()
=IF(OR(A4="",Q4=""),"Hide","")
Now your sheet activate event is
see attached![]()
Private Sub Worksheet_Activate() Dim r As Range Application.ScreenUpdating = False Range("$AI$3:$AI$53").AutoFilter Field:=1, Criteria1:="<>" Set r = Range("$AI$3:$AI$53").SpecialCells(xlCellTypeVisible) Range("$AI$3:$AI$53").AutoFilter r.Rows.Hidden = True Application.ScreenUpdating = True End Sub
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
Thanks you for the help, it works perfect. I understand what your previous post meant now.
Much appreciated.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks