View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
[email protected] moneyball.wilson@gmail.com is offline
external usenet poster
 
Posts: 2
Default Catcher in the Rye

On Jul 31, 12:39 pm, "ADK" wrote:
Conditional Formatting:http://www.cpearson.com/excel/cformatting.htm

Conditional in Code (more than 3 conditions):http://www.vbaexpress.com/kb/getarticle.php?kb_id=90

"ADK" wrote in message

...



What about conditional formatting?


wrote in message
oups.com...
Hello,


I am new at programming in excel and thought I might turn here for
some help.


I am trying to code a macro to help me with a problem that I have.


My worksheet looks like this


[Condition Code] [ Condition]
Red
Green
Blue
Purple


I am trying to write some code in visual basic that says "If the cell
in condition column equals a given color (i.e. Red) then place the
condition code (i.e A4) in the condition code column.


I have many records so scrolling through and entering manually will
take much time.


Can anyone provide assitance? Please let me know if I can be more
specific.


Sincerely,
Rambo- Hide quoted text -


- Show quoted text -


Thank you very much for the suggestion, but as far as I can tell
conditional formatting will not allow me to add a value to a different
column only change the formatting of the column.