VBA hide all rows in range, if all values in row are “0” [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 13 days ago . Improve this question Im working on a vba project where i need to check a range (e.g. A1:Z100 ), and hide all rows where any cell in a checked row range has the value '0'. For example Row 1 - hide: 0 0 0 0 0 0 0 0 0 ... ' as only zero values Row 2 - don't hide: 0 0 0 0 1 0 0 1 0 ... ' as also other