Thread: Null?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Null?

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.