Apparently VB has an RGB function, but VBA does not. At least, when I try this in the Immediate wiondow,
=rgb(255,0,0) I get "Compile error. Expected: line number or label or statement or end of statement". I don't understand that error, so I thought I'd write my own:
Function RGB(R As Long, G...