Tools>Options>Color>Modify will allow you change a color to any rgb value you'd
like.
Or run a macro with your parameters.
Sub foo()
ActiveCell.Interior.Color = RGB(170, 112, 230)
End Sub
If you mean "pattern" like diagonal stripes or cross-hatch, I don't know if you
can.
Gord Dibben MS Excel MVP
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.