Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
is there any quick way to know whether the cells in a range is empty or not...i mean without looking at each cells..(doing for each cells in range ........next for) Thanks for you help. musa.biralo |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub well_are_they()
If Application.CountA(Selection) = 0 Then MsgBox ("they are empty") End If End Sub -- Gary''s Student gsnu200710 "musa.biralo" wrote: hi is there any quick way to know whether the cells in a range is empty or not...i mean without looking at each cells..(doing for each cells in range ........next for) Thanks for you help. musa.biralo |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i don't know what had happened to my first reply...
anyways i was saying thank you... thank you Mr Gary. that really helped. musa.biralo On Mar 17, 2:22 pm, Gary''s Student wrote: Sub well_are_they() If Application.CountA(Selection) = 0 Then MsgBox ("they are empty") End If End Sub -- Gary''s Student gsnu200710 "musa.biralo" wrote: hi is there any quick way to know whether the cells in a range is empty or not...i mean without looking at each cells..(doing for each cells in range ........next for) Thanks for you help. musa.biralo |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Empty Cells in Range After Cells with Data | Excel Programming | |||
Clear cells range if certain cells are all empty | Excel Programming | |||
Counting empty cells within a range of cells | New Users to Excel | |||
Counting empty cells within a range of cells | New Users to Excel | |||
sum next two non-empty cells in a range | Excel Worksheet Functions |