i am really just beginning VBA after spending alot of time manipulating it. My problem today, I would hope, is an easy solve.
I am trying to get a compare of the data in column A to do two (or more) things. For now, it is color the cell and a couple to the right and the 2nd part would be to add a category description. The first part is working fine - the part with the color fill. Anytime the case sensitive string ABC is entered, cells in columns A,B,C & D fill green.
It is getting the compare to put the client category in that is not working. Below, is the part that is working.
Ideally the D column cell return a category code, like "cli" for client when ABCxxxx is entered.
_____A________B_________C________D____
1 | abc123 (fill grn) (fill grn) cli
2 | def213 - - -
3 | abc599 (fill grn) (fill grn) cli
I have tried a bunch of stuff, but I am just hacking at it. Anybody care to assist?
thanks
Joe
Here is the Green Fill code.
##############################
##############################![]()
Please Login or Register to view this content.
[/FONT][/FONT][/SIZE]
Bookmarks