View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Francesco Sblendorio Francesco Sblendorio is offline
external usenet poster
 
Posts: 12
Default how to check if a cell is populated or not?

If IsEmpty(xbook.Application.Cells(I, 1)) Then
' do stuff...
End If