Excel VBA

<p>Data processing, dynamic reporting, and workbook automation.</p>

Solved January 13, 2009

Can a VBA function in Excel return a range?

I seem to be getting a type mismatch error when trying to do something like this: In new workbook: A1 B1 5 4 Function…

thumb_up 36 trending_up 15
Solved December 18, 2008

Setting a font color in VBA

I want to set the font color of a cell to a specific RGB value. If I use ActiveCell.Color = RGB(255,255,0) I do get…

thumb_up 7 trending_up 6