HMM I based my whole program on colours....what now?

friso

New Member
Joined
Apr 1, 2002
Messages
25
For an excel program i use conditional formatting colours (three) for displaying a calendar. HOWEVER now i need to display a fourth colour through conditional formatting.

Excel only gives three conditional formatting options, and my macro says 'range out of bounce'

Couldn't find this on the forum guys, please help me out.
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
On 2002-04-15 00:27, friso wrote:
For an excel program i use conditional formatting colours (three) for displaying a calendar. HOWEVER now i need to display a fourth colour through conditional formatting.

Excel only gives three conditional formatting options, and my macro says 'range out of bounce'

Couldn't find this on the forum guys, please help me out.

You will have to use VBA to do this via one
of the event handlers.
I'm sure this has been covered before.....
If unsure then post the specifics of your
CF and addresses you need to monitor.
 
Upvote 0
On 2002-04-15 00:27, friso wrote:
For an excel program i use conditional formatting colours (three) for displaying a calendar. HOWEVER now i need to display a fourth colour through conditional formatting.

Excel only gives three conditional formatting options, and my macro says 'range out of bounce'

Couldn't find this on the forum guys, please help me out.

friso,
Instead of using conditional formatting you can run a simple macro which will check your cells and paint them in as many colors you wish.
Of course it is not interactive and you'll have to run your macro for every change.
Eli
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,485
Members
448,967
Latest member
visheshkotha

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top