View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Scott R[_2_] Scott R[_2_] is offline
external usenet poster
 
Posts: 6
Default Find first Empty Cell in a row

I have a spreadsheet where each row has a varying number filled cells. I
want to find the first empty cell in the row. I tried searching for the
first cell with a value equal to 'Empty'. However, this sees a 0 and an
empty cell as the same. How do I find the cell that is empty (not populated
with a zero value)?