Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What does the visual basic portion of excel use to
signify a cell with no contents? I'm trying to make sure that all cells with no content are set to black as their font color. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
one way: if activecell.value="" then ..... -- Regards Frank Kabel Frankfurt, Germany Kura of Tyren wrote: What does the visual basic portion of excel use to signify a cell with no contents? I'm trying to make sure that all cells with no content are set to black as their font color. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
One way is something based around: If IsEmpty(Range("A1")) Then . . . End If HTH Peter Beach "Kura of Tyren" wrote in message ... What does the visual basic portion of excel use to signify a cell with no contents? I'm trying to make sure that all cells with no content are set to black as their font color. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Failed to save table attributes of (null) into (null). | Excel Discussion (Misc queries) | |||
COUNTIF says Null = Blank but Blank < Null | Excel Worksheet Functions | |||
if a1 = null then a1 = b1...how do I do this? | Excel Discussion (Misc queries) | |||
cell value based on null/not null in another cell | Excel Worksheet Functions | |||
When value is NOT Null | Excel Worksheet Functions |