View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ksenija Ksenija is offline
external usenet poster
 
Posts: 19
Default Recognizing signs

Hi,

I have a lots of cells with different values in them. Mostly it is just
numbers, but sometimes I have <0.30 for example. I am writing a macro in VB,
and I want the cells where the value starts with < to change colour. My
problem is that I cant figure out how to write the program so it can choose
cells where the value starts with <.

How should I do it??