Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I would like to know if a range contains any blank cells. Is there a shorter method than the one below that simply finds the first occurrence of an empty cell? Thanks. Blank = "No" For Each Cellrge In numtran If IsEmpty(Cellrge) = True Then Blank = "Yes" Exit For End If Next Cellrge |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding data amongst empty cells | Excel Discussion (Misc queries) | |||
Finding next empty empty cell in a range of columns | Excel Programming | |||
Finding days between cells C and L where the cells may be empty | Excel Worksheet Functions | |||
finding/highlighting empty cells | Excel Programming | |||
Macro trouble finding 'empty' cells | Excel Programming |