macro for coloring cells

H

hal9000

is there a macro for coloring the cells up?
i'd like to color up selected cells as; say
by pressing "ctrl + p".
 
M

mudraker

hal9000




You would need to build a macro to do what yoiu whant. But why don'
you use the available toolbar item that does that with one mouse clic
- Available on the Formatting toolba
 
H

Harald Staff

There are no macros by default. You make them yourself and get prompted
"this workbook contrains macros" when you open those files afterwards.

In this case, simply record a macro while coloring a cell and you're almost
there.

HTH. Best wishes Harald
 
G

Guest

You would need to build a macro to do what yoiu whant. But why don't
you use the available toolbar item that does that with
one mouse click

i'd want to do everything with keyboard if possible.
can you show me an example of code to color up a cell?
 
Top