View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Roger Starnes Roger Starnes is offline
external usenet poster
 
Posts: 2
Default Controlling formating from a function

I've written an Excel function. I'd like for it to be able to change the
formatting of the cell that it's currently in depending on the what happens
in the function. I'd like the function to be able to control the font,
interior, and pattern. I don't want to use the conditional formating feature.