Quote Originally Posted by Excelski View Post
Hi,

Can someone help with code to hide rows 10-170 if A3 =false

Thanks
Kevin
Sub aa()
Rows("10:170").Hidden = [A3] = False
End Sub