Thread: Istext function
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Istext function

? vartype(activeCell) = vbString
True

--
Regards,
Tom Ogilvy

"ExcelMonkey" wrote in message
...

Is there a way in VBA to tell whether a cell has text in it? I know
that there is a hasformual property and ther is an isnumeric function
but I cannot find anything like istext.

Thanks


--
ExcelMonkey
------------------------------------------------------------------------
ExcelMonkey's Profile:

http://www.excelforum.com/member.php...fo&userid=5221
View this thread: http://www.excelforum.com/showthread...hreadid=269061