Thread
:
how to check if a cell is populated or not?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Francesco Sblendorio
external usenet poster
Posts: 12
how to check if a cell is populated or not?
If IsEmpty(xbook.Application.Cells(I, 1)) Then
' do stuff...
End If
Reply With Quote
Francesco Sblendorio
View Public Profile
Find all posts by Francesco Sblendorio