In VB, how would the following look:

FOR all rows DO
      IF column(H) value in currentRow = "" THEN
            HIDE ROW
      ENDIF
ENDFOR