View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jesse[_3_] Jesse[_3_] is offline
external usenet poster
 
Posts: 1
Default Is entire row empty?

The COUNTBLANK function may help.

It will count the number of empty cells in a range.


"soylent green" wrote in message
...

Hello,

I have a code presently that checks to see if an entire
row is blank by sending the cursor out to see if it hits
anything. It then returns the cell address and it checks
the column.

I'm positive there is a better way that is more concise.
Can someone supply me with the code to do it, preferably
in one line?

Thanks in advance for your help.