Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello!
I would like to know how to check if worksheet is blank. Thanks! Tommi |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On way:
Dim blank As Boolean blank = Application.CountA(Sheets("Sheet1").Cells) = 0 In article , "Tommi" wrote: Hello! I would like to know how to check if worksheet is blank. Thanks! Tommi |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Checking for the existence of a worksheet | Excel Discussion (Misc queries) | |||
IS BLANK checking 2 Cells | Excel Worksheet Functions | |||
checking for blank cells when using vlookup | Excel Worksheet Functions | |||
Checking Blank Cells | Excel Worksheet Functions | |||
Checking if worksheet is blank | Excel Programming |