I am trying to hide specifics cells based on the value of another cell. So far I manage to hide the entire row but is not able to hide specific cells.
Local Curr
You can only hide a full row or full column, you can not hide individual cells, you can only delete them, if you delete a range, you can move cells up or left from the sides
in order to delete; this statement can be used
Range("LocalCurAmount").Delete Shift:=xlUp