View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Excel/macro Formula Problem!

Post the code that you are using. Code like the following should
work:

If Range("A1").Value < "" Then
' A1 has something in it
End If


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"nic17 " wrote in message
...
Thanks for your help,

I have tried both of these suggestions, but neither work! I've

also
tried below:

<""
<" "
< ""
< " "
!=""
!=" "

It's such a simple task, so why does this not work??


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