View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fabalicious[_18_] fabalicious[_18_] is offline
external usenet poster
 
Posts: 1
Default check for "#VALUE!"

Hi there.

I want to check if a cell's value is "#VALUE!". How can I do this?

If Cells(1, 1).Value = "#VALUE!" Then
...

... doesnt work.

Thanks



--
Message posted from http://www.ExcelForum.com