Change the colour of a cell if another named cell is blank

L

LISAISAAC

Hi
Really hoping someone can help, been up many hours trying to sor
this.
Basically I want to know how to use conditional formatting for adjacen
cells.

i.e

If cell A1 contains any text then make cell C4 blue

the above is just an example and will want to format C4 to a specifie
colour at a later date. Very new to vba and conditional formating s
please be gentle.

:-
 
G

GS

Hi
Really hoping someone can help, been up many hours trying to sort
this.
Basically I want to know how to use conditional formatting for adjacent
cells.

i.e

If cell A1 contains any text then make cell C4 blue

the above is just an example and will want to format C4 to a specified
colour at a later date. Very new to vba and conditional formating so
please be gentle.

:)

Try...

Conditional Formatting 'Formula'
=$A$1<>""

Set color on the Pattern tab of the Format... dialog.

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion
 
G

Gord Dibben

Have a look at replies to your earlier duplicate post in other news
group.

Gord
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top