• function for zero values in cell (Excel 2000)

    Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » function for zero values in cell (Excel 2000)

    Author
    Topic
    #435348

    Just loop through all the cells and check each cell for whatever conditions you want.

    Viewing 1 reply thread
    Author
    Replies
    • #1028627

      SpecialCells(xlCellTypeBlanks) seems to hide cells only if there actually blank which makes sense, is there a way to hide cells if the formula value is 0′ as well?

    • #1028634

      I figured that so I am using
      For Each cell In Range(“E11:E91”)
      If cell.Value = 0 Then
      cell.EntireRow.Hidden = True
      End If
      Next cell

      Thanks for the reply

    Viewing 1 reply thread
    Reply To: function for zero values in cell (Excel 2000)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: