Arabella has attended:
Access Introduction course
Access Intermediate course
Access Advanced course
Excel VBA
how to colour a number of cells if the value is greater than 0 in some or all of the cells
RE: Excel VBA
Arabella,
You don't need VBA for this.
In Excel, just select the cells (or a whole column) and from the menus pick >Format >Conditional Formatting.
Set "Cell Value Is" "Greater Than" 0, and set a format (e.g. colour). You can Add>> further conditions/formats if you want.
/Roy