View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Teethless mama Teethless mama is offline
external usenet poster
 
Posts: 3,718
Default conditional formatting + VBscript

You no need VBscript all you need Conditional Formatting

"John C" wrote:

I have cells that automatically Bold and Underline the employees who met
their goals in each category, but I want to make the font bigger in these
cells. I know Excel doesnt do this, but I was hoping somebody could make a
function for me that would take a true/false value & if it returns TRUE then
it would do fontsize + 2.

I know this is possible in VBscript but I have no clue how to program can
somebody please help me?